From cf972b5fff2dbfba02288ec615fce9fe2ce9c2d5 Mon Sep 17 00:00:00 2001 From: "David J. Felix" Date: Thu, 9 Oct 2014 11:08:54 -0400 Subject: [PATCH 1/2] Add 3 JSON Web signature/token libraries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75925835..d6783ac2 100644 --- a/README.md +++ b/README.md @@ -487,6 +487,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 generting and verifying JSON Web Tokens. +* [pyjwt](https://github.com/progrium/pyjwt) - Implmentation of the JSON Web Token draft 01. +* [python-jws](https://github.com/brianloveswords/python-jws) - Implementation of JSON Web Signatures draft 02. ## Template Engine From f779c794a6edb5ae8e8247fb386e1a63a81b5959 Mon Sep 17 00:00:00 2001 From: "David J. Felix" Date: Thu, 9 Oct 2014 11:22:59 -0400 Subject: [PATCH 2/2] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6783ac2..f84ff7e2 100644 --- a/README.md +++ b/README.md @@ -487,8 +487,8 @@ 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 generting and verifying JSON Web Tokens. -* [pyjwt](https://github.com/progrium/pyjwt) - Implmentation of the JSON Web Token draft 01. +* [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