Auth0 Verifiable Credentials
verifiablecredentials.dev
Auth0 Verifiable Credentials
1–10 of 134 posts
Re: Auth0 Verifiable Credentials
#2This is good for use cases where you want to assert that an organization says something about you (e.g., you have a degree).
It is not good for use cases where you want to assert that you say something (e.g., I voted for Blah, or I authorized this transfer).
Re: Auth0 Verifiable Credentials
#3Re: Auth0 Verifiable Credentials
#4This places all the trust in the institution that mints verifiable credentials. (or the institution + Auth0 if they use Auth0). This is good for use cases where you want to assert that an organization says something about you (e.g., you have a degree). It is not good for use cases where you want to assert that you say something (e.g., I voted for Blah, or I authorized this transfer).
Re: Auth0 Verifiable Credentials
#5This places all the trust in the institution that mints verifiable credentials. (or the institution + Auth0 if they use Auth0). This is good for use cases where you want to assert that an organization says something about you (e.g., you have a degree). It is not good for use cases where you want to assert that you say something (e.g., I voted for Blah, or I authorized this transfer).
But I think it's a good use case for organization issued IDs, tickets, or even things like driver's license.
Re: Auth0 Verifiable Credentials
#6Re: Auth0 Verifiable Credentials
#7Wanted to take a look at the schemas linked, but identity0.io isn't even registered? oO
Re: Auth0 Verifiable Credentials
#8Re: Auth0 Verifiable Credentials
#9Earlier quoted context omitted.
But I think it's a good use case for organization issued IDs, tickets, or even things like driver's license.
Agreed! I think this is the start of something that will be big in a decade as adoption goes up.
The government site doesn't have to know anything about you either, other than you requested a beer token.
Re: Auth0 Verifiable Credentials
#10Isn’t this just Json Web Tokens with a different name? (and an extra step to create a VP, presumably so the expiry on the VC can be longer).
This VC thing seems to take ID Tokens from OIDC providers a little further and also standardizes what claims you can expect.