You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, in a given platform deployment, one secret can be used for specific communication channel.
we could also use it both for API and frontend since they work in the same way.
Technically token is not encoded with secret, it is signed.
Token itself is encoded with base64 - you can also just decode it with bas64 module.
Or you can decode it with pyjwt and not verify. at least as an option - also for tests.
No description provided.
The text was updated successfully, but these errors were encountered: