I need some clarification about JWKS & JWT verific...
# support-questions-legacy
r
I need some clarification about JWKS & JWT verification. Method-1 (Using JWKS endpoint) I noticed that my token with verification yields
success
with the dynamic key
d-...
but not with the static key
s-...
Although static key converted to pem, works with Method-2 (using public key string) I was under the impression that even with method-1 both keys would work. can someone please clarify? REF doc - https://supertokens.com/docs/thirdpartyemailpassword/common-customizations/sessions/with-jwt/jwt-verification
2 Views