JWT
Overview
JSON Web Token (JWT) is an open standard for creating access tokens representing information securely between two parties.
- Generate a JSON Web Token
- Validate a JSON Web Token
These Snaps allow pipelines to issue and validate against restricted scope tokens (for example, a token valid only for a particular project, asset, user or some other custom criteria). The JWT Generate Snap lets the user customize the information that gets embedded in the JWT. The JWT Validate Snap verifies the signature and validates the JWT.