r
Hello, does the JWT conforms to the
header.payload.signature
spec
r
hey @RicardoViteri yes
r
hi @rp , I think I may be missconfiguring something, as when testing in jwt.io I get a message of JWT signature not being enconded correctly. I am following the tutorial for Hasura
r
did you extract the JWT from the access token payload?
r
I am betting it form a cookie called
sAccessToken
r
yea so that's the sessino access token
which is not a JWT
r
ahh okay
r
see the docs for sessions with JWT
r
its the jwt prop
r
yea
r
cool
Wow, supertokens is getting super cool as I keep testing
r
Thanks!
r
the local front end backend thing was kinda unexpected, but I can see the benefits 👍
r
yea! it's a new way to do auth!