hey there, when "prisma token" gives us a token. w...
# orm-help
o
hey there, when "prisma token" gives us a token. what is the expire time?
n
I believe it's one week.
If you decode the token, the expiration time is in the payload data, exp field
You can use the debugger in https://jwt.io/
o
thanks