A JWT is a compact, URL-safe token that represents a set of claims. It is composed of three parts: header, payload, and signature. The token is signed by the issuer so recipients can verify it hasn't ...
The API is tested using Swagger UI.