https://supertokens.com/ logo
#general
Title
# general
l

legolas8911

12/20/2021, 2:16 PM
hey! anyone can point me in the right direction regarding a supertokens JWT validation(or even decode)? I know I can just split the 3 parts and do a base64decode on the payload but I would try to avoid it, even though I am using the
verifySession
middleware one level higher. jwt.io correctly decodes everything but
jsonwebtokens
decode always returns null. I have enabled the JWT recipe so I have the jwk endpoint available but I don't know what to do with that data/if I need it. Thanks!