springboot-react-keycloak icon indicating copy to clipboard operation
springboot-react-keycloak copied to clipboard

Verifying JWT tokens in Resource server

Open AdigaAkhil opened this issue 2 years ago • 0 comments

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.

AdigaAkhil avatar Jul 29 '23 13:07 AdigaAkhil