web-token / jwt-easy
Easy toolset to use the JWT Framework.
Fund package maintenance!
Patreon
Requires
- web-token/jwt-checker: ^2.1
- web-token/jwt-encryption: ^2.1
- web-token/jwt-signature: ^2.1
Suggests
- web-token/jwt-encryption-algorithm-aescbc: Adds AES-CBC based encryption algorithms
- web-token/jwt-encryption-algorithm-aesgcm: Adds AES-GCM based encryption algorithms
- web-token/jwt-encryption-algorithm-aesgcmkw: Adds AES-GCM Key Wrapping based encryption algorithms
- web-token/jwt-encryption-algorithm-aeskw: Adds AES Key Wrapping based encryption algorithms
- web-token/jwt-encryption-algorithm-dir: Adds Direct encryption algorithm
- web-token/jwt-encryption-algorithm-ecdh-es: Adds ECDH-ES based encryption algorithms
- web-token/jwt-encryption-algorithm-pbes2: Adds PBES2 based encryption algorithms
- web-token/jwt-encryption-algorithm-rsa: Adds RSA based encryption algorithms
- web-token/jwt-signature-algorithm-ecdsa: Adds ECDSA based signature algorithms
- web-token/jwt-signature-algorithm-eddsa: Adds EdDSA based signature algorithms
- web-token/jwt-signature-algorithm-hmac: Adds HMAC based signature algorithms
- web-token/jwt-signature-algorithm-none: Adds none signature algorithms
- web-token/jwt-signature-algorithm-rsa: Adds RSA based signature algorithms
README
This repository is a sub repository of the JWT Framework project and is READ ONLY.
Please do not submit any Pull Request here. You should go to the main repository instead.
Documentation
The official documentation is available as https://web-token.spomky-labs.com/
Licence
This software is release under MIT licence.