From f88370c47d84ba0391b64ea4a928783ae858bb5a Mon Sep 17 00:00:00 2001 From: brentru Date: Fri, 23 Aug 2019 12:57:58 -0400 Subject: [PATCH] add jwt --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/jwt | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/jwt 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