Added oAuth2 authentication rest api
... | ... | @@ -7,3 +7,4 @@ humanfriendly |
psycopg2>=2.6.1 | ||
pyzmq>=15.2.0 | ||
typing | ||
python-oauth2 |
zoe_api/rest_api/oauth.py
0 → 100644
Please register or sign in to comment
... | ... | @@ -7,3 +7,4 @@ humanfriendly |
psycopg2>=2.6.1 | ||
pyzmq>=15.2.0 | ||
typing | ||
python-oauth2 |