https://supertokens.com/ logo
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

04/11/2022, 3:30 PM
Hey!
Using the public key string is more performant.
Since you never have to make a network request to get the public key
Since you provide it
2 Views