Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Update docs to say Python 3 support is gated on jws supporting Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Aug 22, 2014
1 parent 7391f96 commit 987b8c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Module for generating and verifying [JSON Web Tokens](http://self-issued.info/do
- Uses [python-jws](https://github.com/brianloveswords/python-jws) to do the heavy lifting.
- Supports [__RS256__, __RS384__, __RS512__](http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-14#section-3.3), [__PS256__, __PS384__, __PS512__](http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-14#section-3.5), [__HS256__, __HS384__, __HS512__](http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-14#section-3.2) and [__none__](http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-14#section-3.6) signature algorithms.
- Unit tests, including tests for interoperability with [node-jsjws](https://github.com/davedoesdev/node-jsjws).
- Does _not_ support Python 3 (gated on [python-jws support for Python 3](https://github.com/brianloveswords/python-jws/issues/14)).

Example:

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Tokens <http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html>`__.
signature algorithms.
- Unit tests, including tests for interoperability with
`node-jsjws <https://github.com/davedoesdev/node-jsjws>`__.
- Does *not* support Python 3 (gated on `python-jws support for Python
3 <https://github.com/brianloveswords/python-jws/issues/14>`__).

Example:

Expand Down

0 comments on commit 987b8c1

Please sign in to comment.