Skip to content

Commit cf972b5

Browse files
committed
Add 3 JSON Web signature/token libraries
1 parent c6dbc7c commit cf972b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
487487
* [Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
488488
* [sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation.
489489
* [jose](https://github.com/demonware/jose) - JavaScript Object Signing and Encryption (JOSE) draft implementation, useful for stateful tokens.
490+
* [python-jwt](https://github.com/davedoesdev/python-jwt) - Module for generting and verifying JSON Web Tokens.
491+
* [pyjwt](https://github.com/progrium/pyjwt) - Implmentation of the JSON Web Token draft 01.
492+
* [python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02.
490493

491494
## Template Engine
492495

0 commit comments

Comments
 (0)