SDK to validate Access token

Hi Team

Does Auth0 Provide any sdk to validate access token.I can see the same for okta and was searching for an equivalent here?

GitHub - okta/okta-jwt-verifier-golang: okta-jwt-verifier-golang"

Hi @gsinha

Thanks for contacting Auth0 Community

You could try GitHub - auth0/express-jwt: connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes

Let us know if this helps.

Thanks
Jeff

Hi jeff

I was hoping for some sdk in golang. Do you have any? Appreciate quick turn around

Hi @gsinha

Try this GitHub - auth0/go-jwt-middleware: A Middleware for Go Programming Language to check for JWTs on HTTP requests

Hope it helps

Thanks
Jeff

1 Like

Hi Jeff

The URL you have used hasn’t been released yet. :slight_smile:

Anything that has been released that we can use to do small task like token verification, token decryption etc in golang

Hi @gsinha,

Auth0 is built upon OAuth2 and OpenID standards. If there is a library out there that follows these standards should be good to use.

Thank you
Jeff

1 Like