summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Merge branch 'master' into docs-jwtJonathan Huot2018-08-1012-23/+61
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #572 from oauthlib/clean-docJonathan Huot2018-08-1012-23/+61
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fixed bad copy/pasteJonathan Huot2018-08-101-2/+2
| * | | | | | | | Updated python versionsJonathan Huot2018-08-101-1/+1
| * | | | | | | | Added upstream test as best practiceJonathan Huot2018-08-101-0/+11
| * | | | | | | | Mention our "extra" flags somewhere.Jonathan Huot2018-08-101-2/+6
| * | | | | | | | Removed last occurences of G+ with GitterJonathan Huot2018-08-103-7/+7
| * | | | | | | | Fixed typoJonathan Huot2018-08-101-5/+5
| * | | | | | | | Added credits to Idan & team.Jonathan Huot2018-08-105-5/+17
| * | | | | | | | Added README.rst/setup.py check for pypiJonathan Huot2018-08-101-1/+10
| * | | | | | | | Added emacs ignore listJonathan Huot2018-08-101-0/+2
|/ / / / / / / /
| * | | | | | | Added access_token as JWT examples, and updated JWT grant sectionJonathan Huot2018-08-104-11/+131
|/ / / / / / /
| * | | | | | Add test when no redirecturi & no defaultJonathan Huot2018-08-151-0/+9
| * | | | | | Restore confirm = False testJonathan Huot2018-08-151-0/+2
| * | | | | | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-07-302-1/+2
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Added htmlcov to help increase coverage locallyJonathan Huot2018-07-302-1/+2
| * | | | | | Removed silent output, since tests are not writing outputJonathan Huot2018-07-301-1/+1
| * | | | | | confirm_r. is called after auth_clientJonathan Huot2018-07-301-1/+0
| * | | | | | Call get_default_redirect_uri if no redirect_uri in token reqJonathan Huot2018-07-302-0/+32
|/ / / / / /
* | | | | | Added flask-dance tests, see #553Jonathan Huot2018-07-171-2/+10
| |_|_|_|/ |/| | | |
* | | | | The id_token_hint parameter isn't required by the OIDC spec. (#559)Pieter Ennes2018-07-021-6/+0
* | | | | Remove handling of nonstandard parameter "expires" (#506)Seth Davis2018-06-302-16/+2
* | | | | Update save_bearer_token docs to mention how the token is passed in as a refe...claweyenuk2018-06-301-1/+8
* | | | | Update all pypi.python.org URLs to pypi.org (#555)Jon Dufresne2018-06-301-2/+2
| |_|_|/ |/| | |
* | | | OpenID Connect split (#525)Wiliam Souza2018-06-0536-1013/+1641
* | | | Remove Python 2.6 compatibility code.Omer Katz2018-05-261-10/+2
* | | | Merge pull request #508 from thomsonreuters/oauth2-introspectPieter Ennes2018-05-2610-12/+360
|\ \ \ \
| * \ \ \ Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-2662-323/+949
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Add missing NotImplementedError (#499)Grey Li2018-05-261-0/+1
* | | | | Check that the Bearer header is properly formatted (#491)Mattia Procopio2018-05-262-15/+106
* | | | | Prepare 2.1.0 release.Pieter Ennes2018-05-262-1/+10
| |_|_|/ |/| | |
* | | | Deploy only when building python36 with toxJonathan Huot2018-05-231-0/+2
* | | | Add test coverage (#544)Florian Strzelecki2018-05-212-5/+137
* | | | Ignore Python 2.7 fallback branch.Omer Katz2018-05-201-1/+1
* | | | Fix .coveragerc.Omer Katz2018-05-201-1/+0
* | | | Added .coveragerc.Omer Katz2018-05-201-0/+21
* | | | Don't cover the fallback branch.Omer Katz2018-05-201-1/+1
* | | | Backward compatibility fix for requests-oauthlib. (#546)Pieter Ennes2018-05-183-6/+12
* | | | Avoid populating spurious token credentials (#542)Pieter Ennes2018-05-085-9/+45
* | | | Fixed some copy and paste typos (#535)paulie42018-04-131-2/+2
* | | | Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-133-8/+16
* | | | Add request argument to confirm_redirect_uri (#504) (#504)Jimmy Thrasibule2018-04-133-3/+4
| |_|/ |/| |
* | | Merge pull request #530 from skion/2.0.7-to-masterPieter Ennes2018-03-193-2/+27
|\ \ \
| * | | Update changelog for 2.0.7.Pieter Ennes2018-03-192-2/+10
| * | | Version bump 2.0.7.Pieter Ennes2018-03-192-2/+19
|/ / /
* | | Generated api_key from travis setup releasesJonathan Huot2018-03-191-1/+1
* | | Fixed indentation after travis setupJonathan Huot2018-03-191-16/+13
* | | Fix Travis config (#529)Pieter Ennes2018-03-191-5/+8
* | | Fixed pypi credentials since oauthlib move. (#527)Jonathan Huot2018-03-191-2/+2
* | | Update requirements.Pieter Ennes2018-03-191-3/+3