Skip to content

s-binetruy/micropython-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micropython-jwt

Simple implementation to generate JWT tokens (only HMAC-SHA256)

The tests have been performed on my host (MicroPython v1.12 on 2020-04-18; darwin version) and on a WEMOS D1 Mini.

How to test

From your host

  1. Install micropython
  2. In a shell enter the following command
micropython src/main.py

From your ESP board

  1. Upload the 'src' content
  2. The main.py will be executed after upload

About

Simple implementation JWT (only HMAC-SHA256)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages