diff --git a/.gitmodules b/.gitmodules
index f58d0aeb..a578539f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -523,3 +523,6 @@
[submodule "libraries/helpers/ntp"]
path = libraries/helpers/ntp
url = https://github.com/adafruit/Adafruit_CircuitPython_NTP.git
+[submodule "libraries/helpers/jwt"]
+ path = libraries/helpers/jwt
+ url = https://github.com/adafruit/Adafruit_CircuitPython_JWT.git
diff --git a/docs/drivers.rst b/docs/drivers.rst
index 26b4ee8d..f58f0a1d 100644
--- a/docs/drivers.rst
+++ b/docs/drivers.rst
@@ -58,6 +58,7 @@ These libraries build on top of the low level APIs to simplify common tasks.
Image Load
InfraRed Remote
IterTools
+ JSON Web Token (JWT)
LED Animation
LIFX Lights
Logging
diff --git a/libraries/helpers/jwt b/libraries/helpers/jwt
new file mode 160000
index 00000000..2c9fac00
--- /dev/null
+++ b/libraries/helpers/jwt
@@ -0,0 +1 @@
+Subproject commit 2c9fac0097adaf5226bf3f5f93d6ee060c792217