summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Added sphinx build for developers Rationale is to build docs locally to prevent RTD to break later. * Replace manual sphinx into make * Renamed idan URL to oauthlib community * Renamed http into https URLs since http is returning 302 * python requests library renamed its home URL * Add ignore list for "make linkcheck" linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account * virtualenv changed its homepage and website. * Fixed broken link
* Openid connect jwt (#488)Wiliam Souza2018-01-301-1/+1
| | | | | | | | | | | | | | | | | | * Add JWT token with it the server knows how to validate this new type of token in resource requests * Change find_token_type sorted function to reverse result and choose the valued estimated token handler * Add validate_id_token method to RequestValidator * Added unittest for JWTToken model * Updated version of Mock * Add get_jwt_bearer_token and validate_jwt_bearer_token oauthlib.oauth2.RequestValidator and change oauthlib.oauth2.tokens JWTToken to use it * Change to improve token type estimate test * Add a note in RequestValidator.validate_jwt_bearer_token about error 5xx rather 4xx
* Sorted imports.Omer Katz2017-09-171-2/+3
|
* Add Python 3.6 to Travis CI testing and trove classifiersJon Dufresne2017-04-161-1/+3
|
* Update classifiers.Omer Katz2016-12-061-3/+2
|
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-141-4/+4
| | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* Dispatch a blinker signal on scope change, instead of raising a warningDavid Baumgold2014-10-051-3/+9
| | | | | | See https://github.com/idan/oauthlib/pull/265 for rationale. In brief: raising any exception blows the stack, which is inappropriate for a non-error state.
* Show support for Python 3.4mdxs2014-07-101-0/+1
|
* Rename crypto token to signed token in setup.Ib Lundgren2014-06-061-2/+2
|
* Move setup.py requirementsjturmel2014-03-221-2/+4
| | | | | * Moved requires for cryptotoken changes so that you don't have to install the dependencies if you aren't going to use cryptotokens
* Require pycrypto and pyjwtjturmel2014-03-191-3/+2
|
* Add crypto token capabilityjturmel2014-03-171-2/+2
| | | | | | | | | | | * Add a method to generate crypto tokens for use as Bearer tokens * Add a method to verify an incoming crypto token and unpack the header and claims * Uses the PyJWT library This is not JWT token support, merely a way to generate Bearer tokens that won't have to be stored in a database but can self-validate and store additional information that you see fit.
* Add maintainer info and get version from oauthlib module.Hsiaoming Yang2013-11-041-1/+4
|
* 0.6.00.6.0Ib Lundgren2013-09-131-1/+1
|
* 0.5.10.5.1Ib Lundgren2013-07-261-1/+1
|
* 0.5.00.5.0Ib Lundgren2013-07-091-1/+1
|
* Revert back to inline string for Licence. See #81.Ib Lundgren2013-07-091-1/+1
|
* style fix for setup.py. add classifiersHsiaoming Yang2013-07-091-7/+29
|
* 0.4.20.4.2Ib Lundgren2013-05-311-1/+1
|
* 0.4.10.4.1Ib Lundgren2013-05-201-1/+1
|
* 0.4.00.4.0Ib Lundgren2013-03-261-1/+1
|
* 0.3.80.3.8Ib Lundgren2013-02-231-1/+1
|
* 0.3.70.3.7Ib Lundgren2013-02-121-1/+1
|
* 0.3.60.3.6Ib Lundgren2013-02-051-1/+1
|
* 0.3.50.3.5Ib Lundgren2013-01-291-1/+1
|
* Fix broken setup.py bdist_rpmDafydd Crosby2012-11-201-1/+1
|
* 0.3.40.3.4Ib Lundgren2012-11-191-1/+1
|
* Don't install the tests package or subpackages.Mike Gilbert2012-11-171-1/+1
|
* new test dependency, mock.Ib Lundgren2012-11-171-1/+1
|
* 0.3.30.3.3Ib Lundgren2012-11-081-1/+1
|
* 0.3.20.3.2Ib Lundgren2012-11-081-1/+1
|
* Merge pull request #35 from eriolv/please-provide-tests-as-a-packageIb Lundgren2012-10-251-1/+1
|\ | | | | Please provide tests as a package
| * Provided tests as a package so tests/__init__.py andDaniele Tricoli2012-05-051-1/+1
| | | | | | | | | | test/test_common.py won't be missing. Right now tests shipped in sdist are broken because of the missing files.
* | Fix forgotten import in setup.pyMichael Terry2012-08-311-0/+1
| |
* | Support Python 3Michael Terry2012-08-311-1/+4
| | | | | | | | | | | | These are mostly unicode string related changes and a few syntax ones. https://github.com/idan/oauthlib/issues/55
* | 0.3.00.3.0Ib Lundgren2012-07-091-1/+1
| |
* | new repo locationKenneth Reitz2012-06-281-1/+1
| |
* | 0.2.10.2.1Ib Lundgren2012-06-271-1/+1
| |
* | 0.2.00.2.0Ib Lundgren2012-06-251-1/+1
| |
* | 0.1.40.1.4Ib Lundgren2012-06-251-1/+1
| |
* | Soft dependency on PyCryptoIb Lundgren2012-06-121-3/+4
| |
* | v0.1.3Idan Gazit2012-05-061-1/+1
| |
* | Use python-rsa instead of pycryptoIdan Gazit2012-05-061-2/+2
|/ | | | | Switched because pycrypto has binary bits which require compilation, making usage of oauthlib on windows more painful than necessary.
* 0.1.20.1.2Idan Gazit2012-05-031-1/+1
|
* I ARE RETARDED. Setup.py needs install_requires.Idan Gazit2012-05-031-0/+1
|
* v0.1.10.1.1Idan Gazit2012-05-031-1/+1
|
* Add pycrypto requires to setup.pyIdan Gazit2012-05-031-0/+2
| | | | pycrypto is used for RSA signatures.
* v0.1.00.1.0Idan Gazit2012-05-031-1/+1
|
* Tagging 0.0.20.0.2Idan Gazit2012-04-121-1/+1
|
* PEP8 cleanupIdan Gazit2012-04-121-11/+10
|