Skip to content

Barmaley13/ArduinoJWT

 
 

Repository files navigation

Arduino JSON Web Token Library

Library for encoding and decoding JSON web tokens for the Arduino and ESP8266 platforms.

Limitations

  • It is not currently possible to add options such as expiry time, user etc to the JWT
  • The header is fixed to be {"alg": "HS256", "typ": "JWT"}

Compatible Hardware

  • Arduino
  • Intel Galileo/Edison
  • ESP8266

License

This code is released under the BSD 3 Clause License.

Special Thanks

This library uses extracts from the following libraries:

About

Library for encoding and decoding JSON web tokens for the Arduino and ESP8266 platforms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.1%
  • Python 15.9%