5 responsibilities regarding the JWT as an API provider
As a reminder, a JWT (JSON Web Token) is a way for securely transmitting information between parties as a JSON object. As an API provider, here are the actions to take on the received JWT: Validate the signature of the JWT (mandatory) Check if the s...
Dec 12, 20211 min read68
