Join Discord
Powered by
here in this doc , there are two ways we can verif...
# support-questions-legacy
y
yyogeshwar
04/11/2022, 3:30 PM
here in this doc , there are two ways we can verify jwt tokens , - Method 1) Using JWKS endpoint - Method 2) Using public key string Which method you guys recommend from performance point of view 😃
https://supertokens.com/docs/session/common-customizations/sessions/with-jwt/jwt-verification
r
rp_st
04/11/2022, 3:30 PM
Hey!
rp_st
04/11/2022, 3:31 PM
Using the public key string is more performant.
rp_st
04/11/2022, 3:31 PM
Since you never have to make a network request to get the public key
rp_st
04/11/2022, 3:31 PM
Since you provide it
7
Views
Previous
Next