-
Notifications
You must be signed in to change notification settings - Fork 376
Expand file tree
/
Copy pathpython.yml
More file actions
24 lines (24 loc) · 1.61 KB
/
Copy pathpython.yml
File metadata and controls
24 lines (24 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
name: Python
server_libraries:
- <a href="https://github.com/evonove/django-oauth-toolkit">Django OAuth Toolkit (DOT)</a>
is an OAuth2 Provider for Django built upon <a href="https://github.com/oauthlib/oauthlib">oauthlib</a>
- <a href="https://github.com/lepture/authlib">Authlib</a> has an OAuth2 and OpenID
Connect Provider, generic and Flask.</a>
- <a href="https://github.com/thomsonreuters/bottle-oauthlib">Bottle-OAuthlib</a>
is the simplest library to build OAuth2/OIDC Provider on top of Bottle and <a href="https://github.com/oauthlib/oauthlib">oauthlib</a>
- <a href="https://github.com/tiangolo/fastapi">FastAPI</a> is a modern, fast (high-performance),
web framework for building APIs based on standard Python type hints.
It includes support for OAuth2, integrated with OpenAPI
- <a href="https://github.com/aliev/aioauth">aioauth</a> Asynchronous OAuth 2.0 library
client_libraries:
- <a href="http://authomatic.github.io/authomatic/">Authomatic</a>
- <a href="https://python-social-auth.readthedocs.io/en/latest/"> Python Social Auth</a>
is an OAuth and OAuth2 client for a multitude of services.
- <a href="https://github.com/lepture/authlib">Authlib</a> has built-in OAuth 2 client
for Flask and Django.</a>
- <a href="https://github.com/requests/requests-oauthlib">Requests-OAuthlib</a> has
OAuth library support for <a href="http://python-requests.org">Python Requests</a>.</a>
- <a href="https://github.com/mozilla/mozilla-django-oidc">mozilla-django-oidc</a> is
a lightweight Django authentication and access management library for integration with OpenID Connect enabled authentication services.
...