Commit Graph

37 Commits

Author SHA1 Message Date
Nestor Diaz 44382e1241 Update setup.py
Call python interpreter from the environment, useful when using a newly one created from a virtualenv.
2014-12-29 08:45:48 -05:00
Roland Hedberg a059ea050e Bring in LDAP 2014-12-16 12:05:33 +01:00
Roland Hedberg 07db0b507b Bring in LDAP 2014-12-16 12:01:36 +01:00
Tom Hunger 77df9ea28d Remove unnecessary dependencies.
cherrypy is only used for the example so keeping it in the development
mode should be fine.

argparse and importlib are shipped with python2.7+
2014-12-12 17:39:58 +00:00
Roland Hedberg 175caff64d Bumped the version number to distinguish it from the 06.0 release. 2014-11-27 18:00:18 +01:00
Roland Hedberg 02cbbfa2fe PEP-8 2014-11-27 17:51:48 +01:00
Roland Hedberg 18b4df490a Release version so I'm in step with pyjwkest. 2014-11-24 11:01:11 +01:00
Roland Hedberg cd9e722b89 Added pyjwkest version dependency. Hope I got this right :-) 2014-11-24 10:59:16 +01:00
Roland Hedberg 0a20baf609 Added pyjwkest version dependency. 2014-11-24 10:58:36 +01:00
Roland Hedberg 4ddebf151c Chnaged file mods 2014-11-13 23:06:46 +01:00
Roland Hedberg 86cc495567 Fixes as consequence of changes in pyjwkest.
Added .travis.yml file
2014-11-13 22:46:14 +01:00
Roland Hedberg 2edb7bc967 Error in handling expires parameter in cookie. Should be seconds since the cookie was received. 2014-09-08 12:50:49 +02:00
Roland Hedberg 6830127420 release 0.5.0 2014-09-01 15:18:16 +02:00
Roland Hedberg d69d41c26c Versions 2.6.1 of pycrypto works. 2014-06-12 09:19:59 +02:00
Roland Hedberg 37ceaea392 Limited the set of working pycrypto versions. 2014-06-11 17:25:35 +02:00
daniel evertsson d73168524f Forced cherryPy version again after git conflict and pyOpenSSL 2014-05-20 16:13:53 +02:00
Roland Hedberg 4d556e44a3 Added two more install requires: importlib and argparse (necessary for python 2.6) 2014-05-20 11:59:34 +01:00
Roland Hedberg 43e14bf211 alabaster needed for building the documentation. 2014-04-24 08:53:58 +02:00
Roland Hedberg dc67e73afd 0.4 first then beta. 2014-01-07 09:40:57 +01:00
Roland Hedberg 4bcc0e3933 0.4 first then beta. 2014-01-07 08:42:08 +01:00
Roland Hedberg 5f7f532fd2 I'm bad at changing version numbers, should have done this
ages ago.
2014-01-07 08:38:08 +01:00
Roland Hedberg b4d5a99dad Removed the M2Crypto dependency. 2013-12-17 14:14:37 +01:00
Roland Hedberg ef0602246e Removed unused method arguments. 2013-09-13 20:37:38 +02:00
Roland Hedberg 7b75b98c86 Reflect the refactoring in the setup file. 2013-04-25 13:54:58 +02:00
Roland Hedberg d3dfdde0d9 One step further into the refactoring. 2013-03-31 17:41:22 +02:00
Roland Hedberg cab7924776 The jwt tree moved into it's own. 2012-10-03 14:18:36 -04:00
Roland Hedberg 532d7703c8 Refactored the JWT stuff, preparing for JWE and possibly JWK. 2012-09-06 18:58:40 +02:00
Roland Hedberg 3fd71e4975 Complete rewrite of the base library classes. 2012-05-15 14:29:18 +02:00
Roland Hedberg 8caf626f8f Switched from httplib2 to requests 2012-03-23 13:41:37 +01:00
Roland Hedberg f529fbc0ae Tests for the new API 2012-03-19 15:19:50 +01:00
Roland Hedberg e66da03a90 Aligned the tests to changes in the API 2012-03-15 16:26:20 +01:00
Roland Hedberg 166982be5f Place Crypto class definition where it's used.
Added a couple of more endpoints for claims provider.
New method that gives you all keys that is owned by the same owner.
Empty string where it should be None, fixed
Added client authentication on claims requests.
These "//" between location and path is driving me nuts.
Somewhere to reference public certs and JWKs.
2012-02-21 12:50:45 +01:00
Roland Hedberg 32fc336196 Uncommented unused code
Fixed dependencies
2012-02-20 14:18:31 +01:00
Roland Hedberg 3fb4b7ed37 Refactored, removed test scripts to an own package. 2012-01-25 10:18:27 +01:00
Roland Hedberg 0de35648a7 Restructuring 2012-01-17 11:07:06 +01:00
Roland Hedberg c5acba0066 Changed the dependencies to reflect reality. 2011-11-17 10:57:28 +01:00
rohe0002 78c8a45277 Added setup 2011-11-02 12:02:51 +01:00