mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Merge pull request #81 from demianbrecht/sanction
added sanction, jose to auth libs
This commit is contained in:
commit
18014020d5
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [django-oauth2-provider](https://github.com/caffeinehit/django-oauth2-provider) - Providing OAuth2 access to Django app.
|
||||
* [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
|
||||
* [Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
|
||||
* [sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation.
|
||||
* [jose](https://github.com/demonware/jose) - Javscript Object Signing and Encryption (JOSE) draft implementation, useful for stateful tokens.
|
||||
|
||||
## Template Engine
|
||||
|
||||
|
|
Loading…
Reference in a new issue