Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsa | Mark Adams | 2016-08-28 | 1 | -5/+23 |
* | Fix a bug where a PEM private key as bytes raises a TypeErrorfix-type-error-on-bytes-key | Mark Adams | 2016-08-04 | 1 | -2/+6 |
* | binary_type verification added to make the code more future-proof | Mauricio Aizaga | 2015-10-23 | 1 | -0/+2 |
* | Removed constant_time_compare branch that was only needed for Python 3.2 | Mark Adams | 2015-05-16 | 1 | -8/+3 |
* | Removed json from compat since this only applies to Python < 2.6 and pyjwt on... | Mark Adams | 2015-01-25 | 1 | -6/+0 |
* | Handle string and text types like six | José Padilla | 2015-01-08 | 1 | -8/+12 |
* | Add timedelta_total_seconds compat branching | José Padilla | 2015-01-07 | 1 | -1/+14 |
* | Handle compatibility branching in a compat module | José Padilla | 2015-01-07 | 1 | -0/+46 |