This is a helper library to create Json Web Token JWT
- RS256
- ES256
- Create JWT
- Base64(UrlSafe) Encode&Decode
- Arduino
- mbedtls
- RFC 7516 - JSON Web Encryption (JWE)
- Google oAuth2 Token JWT
- Crypto - Base64 arduino
- Crypto - mbedtls github
- Crypto - RSA PKCS1v15
- Crypto - SHA256 on esp32
- Crypto - RS256 on esp32
- Add examples in ./examples
- create JWT
- base64 encode
- base64 decode
- Verify JWT
- Sign
- Expiration
- Create JWT with custom fields
MIT license, all text above must be included in any redistribution