Live data from Hacker News

Auth0 Verifiable Credentials

verifiablecredentials.dev

1–10 of 134 posts

Re: Auth0 Verifiable Credentials

#2
This 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

#4

This 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

#5

This 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.

Agreed! I think this is the start of something that will be big in a decade as adoption goes up.

Re: Auth0 Verifiable Credentials

#9

Earlier 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.

Anonymous verification of age is a nice one: Site a generates a bit of bytes, you then take that to a government portal, login and get it signed, then you return with the signature and now the site knows nothing whatsoever about you, other than that you could get a government site to assert that you are old enough to order beer online.

The government site doesn't have to know anything about you either, other than you requested a beer token.

Re: Auth0 Verifiable Credentials

#10
post #8

Isn’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).

It is a JWT, but a JWT is just a data format, not a schema.

This VC thing seems to take ID Tokens from OIDC providers a little further and also standardizes what claims you can expect.

Post reply on HN