Is there a way to see if a user Auth token has exp...
# prisma-whats-new
s
Is there a way to see if a user Auth token has expired or see what time it will expire?
n
Paste it to jwt.io and check the expiry date. You can also do this in code with various JWT libraries.