Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsa | Mark Adams | 2016-08-28 | 1 | -0/+46 |
| | | | | | | | - JWKs for RSA and HMAC can be encoded / decoded using the .to_jwk() and .from_jwk() methods on their respective jwt.algorithms instances - Replaced tests.utils ensure_unicode and ensure_bytes with jwt.utils versions | ||||
* | Fix python3 and pep8 issues | esneider | 2015-05-13 | 1 | -2/+2 |
| | |||||
* | Fix the ECDSA signature serialization format when using cryptography | esneider | 2015-05-13 | 1 | -0/+40 |
| | |||||
* | Created merge_dict utility function | Mark Adams | 2015-04-12 | 1 | -0/+13 |
| | |||||
* | Fixed a couple of anomalies after the last rebase. | Mark Adams | 2015-01-18 | 1 | -27/+0 |
| | |||||
* | Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.) | Mark Adams | 2015-01-18 | 1 | -0/+2 |
| | |||||
* | Created utils.py to hold functions like constant_time_compare and ↵ | Mark Adams | 2015-01-18 | 1 | -0/+39 |
base64-encoding |