I am on the free tier so I don’t have JWE enabled. However, when setting up access tokens for session management, jwt.io indicates that my token is encrypted (it starts off like ey…).
So, I am not sure how to get a standard JWS token that is unencrypted. Or, if I can get the encryption key it can be decrypted.
Can anyone guide me towards one or the other?
I am using NextJS + React, fwiw.
Happy to provide any other information. Thanks!