Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verifying JWT tokens in Resource server #16

Open
AdigaAkhil opened this issue Jul 29, 2023 · 0 comments
Open

Verifying JWT tokens in Resource server #16

AdigaAkhil opened this issue Jul 29, 2023 · 0 comments

Comments

@AdigaAkhil
Copy link

Hello @ivangfr , as far as I know there are 2 ways to verify the JWT token
i) Forward the token to Auth server for verification
ii) Verify the token in Resource server itself using public key

In this project you have used the first way, is it possible to use the second way?
If yes could you please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant