Skip to content

Commit 4764bfb

Browse files
authored
Merge pull request #286 from brentru/add-oauth-lib
Add OAuth2.0 Library
2 parents 14177ef + 292bb84 commit 4764bfb

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
@@ -766,3 +766,6 @@
766766
[submodule "libraries/drivers/sgp40"]
767767
path = libraries/drivers/sgp40
768768
url = https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git
769+
[submodule "libraries/helpers/oauth_2"]
770+
path = libraries/helpers/oauth_2
771+
url = https://github.com/adafruit/Adafruit_CircuitPython_OAuth2.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Helpers for interfacing with the internet, including IoT protocols.
115115
MiniMQTT <https://circuitpython.readthedocs.io/projects/minimqtt/en/latest/>
116116
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
117117
Requests <https://circuitpython.readthedocs.io/projects/requests/en/latest/>
118+
OAuth2.0 <https://circuitpython.readthedocs.io/projects/oauth2/en/latest/>
118119

119120
Bluetooth Low Energy Helpers
120121
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

libraries/helpers/oauth_2

Submodule oauth_2 added at 7f0f0d7

0 commit comments

Comments
 (0)