mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-23 20:11:06 +00:00
remove old projects
This commit is contained in:
parent
e2763c0fa6
commit
94c79f2f35
|
@ -172,14 +172,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* OAuth
|
||||
* [authlib](https://github.com/lepture/authlib) - JavaScript Object Signing and Encryption draft implementation.
|
||||
* [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
|
||||
* [django-oauth-toolkit](https://github.com/evonove/django-oauth-toolkit) - OAuth 2 goodies for Django.
|
||||
* [oauthlib](https://github.com/idan/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic.
|
||||
* [python-oauth2](https://github.com/joestump/python-oauth2) - A fully tested, abstract interface to creating OAuth clients and servers.
|
||||
* [python-social-auth](https://github.com/omab/python-social-auth) - An easy-to-setup social authentication mechanism.
|
||||
* [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) - OAuth 2 goodies for Django.
|
||||
* [oauthlib](https://github.com/oauthlib/oauthlib) - A generic and thorough implementation of the OAuth request-signing logic.
|
||||
* JWT
|
||||
* [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
|
||||
* [python-jose](https://github.com/mpdavis/python-jose/) - A JOSE implementation in Python.
|
||||
* [python-jwt](https://github.com/davedoesdev/python-jwt) - A module for generating and verifying JSON Web Tokens.
|
||||
|
||||
## Build Tools
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user