Skip to content

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

License

Notifications You must be signed in to change notification settings

chrismoorhouse/ArduinoJWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages