Having another go at the JWT issue. I made a small...
# orm-help
j
Having another go at the JWT issue. I made a small script for encoding and decoding tokens using
jwt-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