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.
- Install micropython
- In a shell enter the following command
micropython src/main.py
- Upload the 'src' content
- The main.py will be executed after upload