mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-24 04:21:07 +00:00
Merge pull request #237 from DavidJFelix/patch-1
Add 3 JSON Web signature/token libraries
This commit is contained in:
commit
4a72ccb8c0
|
@ -485,6 +485,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [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) - JavaScript Object Signing and Encryption (JOSE) draft implementation, useful for stateful tokens.
|
||||
* [python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generating and verifying JSON Web Tokens.
|
||||
* [pyjwt](https://github.com/progrium/pyjwt) - Implementation of the JSON Web Token draft 01.
|
||||
* [python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02.
|
||||
|
||||
## Template Engine
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user