Search found 1 match

by kmgraves
Wed Aug 09, 2017 9:23 pm
Forum: Development of MicroPython
Topic: Using jwt in micropython
Replies: 1
Views: 3044

Using jwt in micropython

I am converting a program from python to micropython and had too many dependency issues with getting the python jwt library to work so I am attempting to use the c version of the library instead: https://github.com/benmcollins/libjwt In my program I need to call the create_jwt function in my micropy...