JSON Web Token
A minimal JSON Web Token (JWT) implementation using the HS256 algorithm for signing and verification, conforming to the JWS (JSON Web Signature) standard. Designed for secure, lightweight authentication in systems where symmetric key signing is sufficient.
Jwt has cross-platform support.
Jwt has the following external dependency:
No additional step is required to use this project as a package dependency.
For most up-to-date documentation see - Jwt Documentation.