Skip to content

Commit f88370c

Browse files
author
brentru
committed
add jwt
1 parent 124d374 commit f88370c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -523,3 +523,6 @@
523523
[submodule "libraries/helpers/ntp"]
524524
path = libraries/helpers/ntp
525525
url = https://github.com/adafruit/Adafruit_CircuitPython_NTP.git
526+
[submodule "libraries/helpers/jwt"]
527+
path = libraries/helpers/jwt
528+
url = https://github.com/adafruit/Adafruit_CircuitPython_JWT.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
5858
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
5959
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/>
6060
IterTools <https://circuitpython.readthedocs.io/projects/itertools/en/latest/>
61+
JSON Web Token (JWT) <https://circuitpython.readthedocs.io/projects/jwt/en/latest/>
6162
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
6263
LIFX Lights <https://circuitpython.readthedocs.io/projects/lifx/en/latest/>
6364
Logging <https://circuitpython.readthedocs.io/projects/logging/en/latest/>

libraries/helpers/jwt

Submodule jwt added at 2c9fac0

0 commit comments

Comments
 (0)