Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.15 KB

LightJWT

This is a helper library to create Json Web Token JWT

Suported Algorithms

  • RS256
  • ES256

Features

  • Create JWT
  • Base64(UrlSafe) Encode&Decode

Dependencies

  • Arduino
  • mbedtls

References

TODOs

  • 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