Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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:

This fork

This fork, https://github.com/jackjansen/cmArduinoJWT, has only been created to allow inclusion in the Arduino Library Registry (whose rules have been updated since the original maintainer last reacted). The library name (and include file) have been renamed to cmArduinoJWT to work around the rule that third party library names cannot start with "Arduino".

There are no other differences from https://github.com/chrismoorhouse/ArduinoJWT .

About

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

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages