Jerry Jäppinen
02/22/2019, 9:05 PMjwt-simple
. I realized that when I try to decode a token generated by prisma generate
, jwt throws Error: Signature verification failed
when I use the key from my prisma.yml
. I can bypass the verification, in which case I see the payload that I expected after decoding. This makes me think that I don’t understand what prisma token
really does