You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: