NatpakalJAM / ArduinoJWT

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%