remove old projects

This commit is contained in:
Vinta Chen 2024-02-22 22:55:06 +08:00
parent e2763c0fa6
commit 94c79f2f35
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630
1 changed files with 2 additions and 5 deletions

View File

@ -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