Skip to content

siakinnik/JWT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino JSON Web Token Library

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

Forked from https://github.com/chrismoorhouse/ArduinoJWT/ just to rename the class and use in ZeroLamp

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
  • ESP32

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 ESP platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%