Open
Description
Hello,
I want to know if it is possible to use this library to verify an ID Token originating from Auth0.
I only need the identity of the caller, the authorization is done inside the application.
The readme says I need to pass in a secret. However, I don't know what secret is meant. I have tried it with the "Client Secret". It will error with "token is unauthorized".
tokenAuth = jwtauth.New("HS256", []byte("my client secret"), nil)
Thank you very much for this package and for any help!
Metadata
Metadata
Assignees
Labels
No labels