summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved OIDC documentationdoc-oidcJonathan Huot2019-10-2810-18/+160
|
* Merge pull request #703 from ↵Jonathan Huot2019-10-232-70/+70
|\ | | | | | | | | IvanAnishchuk/pre_configured_server_grant_public_attributes Make grants public attributes of pre_configured server class (#613)
| * Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-222-70/+70
|/ | | | To make registering hooks without custom server class easier.
* Extended the requirements of the authenticate_client method docu… (#694)Jonathan Huot2019-08-301-0/+11
|\ | | | | Extended the requirements of the authenticate_client method documentation
| * Merge branch 'master' into doc-improvementJonathan Huot2019-08-30119-530/+212
| |\ | |/ |/|
* | Merge pull request #700 from hugovk/rm-2.7Jonathan Huot2019-08-30119-530/+212
|\ \ | | | | | | Drop support for Python 2.7
| * \ Merge branch 'master' into rm-2.7Omer Katz2019-08-297-83/+103
| |\ \ | |/ / |/| |
| * | The future is nowHugo2019-08-15106-212/+0
| | |
| * | Upgrade unit tests to use more useful assertsHugo2019-08-158-24/+24
| | |
| * | Drop support for legacy Python 2.7Hugo2019-08-1515-77/+18
| | |
| * | Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160Hugo2019-08-152-3/+3
| | |
| * | Upgrade Python syntax with pyupgradeHugo2019-08-1538-90/+90
| | |
| * | Drop support for legacy Python 2.7Hugo2019-08-1520-126/+79
| | |
| * | sudo no longer needed ↵Hugo2019-08-141-1/+0
| | | | | | | | | | | | https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
| | * Merge branch 'master' into doc-improvementJonathan Huot2019-08-305-15/+15
| | |\ | |_|/ |/| |
* | | Drop Python 3.4 support (#699)Omer Katz2019-08-295-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop Python 3.4 support. * Exclude Python 3.4 as a supported runtime. * Update contributing.rst * Update supported Python versions in README file.
| | * Merge branch 'master' into doc-improvementOmer Katz2019-08-262-70/+89
| | |\ | |_|/ |/| |
* | | Merge pull request #697 from ashleysommer/fix_urlencode_basestringJonathan Huot2019-08-262-70/+89
|\ \ \ | |/ / |/| | Fix tests for OAuth1 signature basestring generation,
| * | remove unneeded additional collect_parameters assertion in the ↵Ashley Sommer2019-08-191-1/+0
| | | | | | | | | | | | signature_base_string test. Fixes python 2.7 test failure.
| * | Fix tests for OAuth1 signature basestring generation, to better align with ↵Ashley Sommer2019-08-142-70/+90
|/ / | | | | | | | | | | examples and expected results set out in the RFC doc. Fixes https://github.com/oauthlib/oauthlib/issues/695
| * Extended the requirements of the authenticate_client method documentation.Zsolt Balint2019-08-101-0/+11
|/
* Add logo to RTD docs & upgraded tox -e readme build to twine. (#693)Jonathan Huot2019-08-0714-5/+11
|\ | | | | Add logo to RTD docs & upgraded tox -e readme build to twine.
| * Add OAuthlib banner to READMEdoc-logoJonathan Huot2019-08-061-0/+6
| |
| * Add logo to RTD docs & upgraded tox -e readme build to twine.Jonathan Huot2019-08-0613-5/+5
|/
* Change version to -devJonathan Huot2019-08-061-1/+1
|
* Release 3.1.0 (#689)v3.1.0Jonathan Huot2019-08-064-3/+33
|\ | | | | Release 3.1.0
| * Add the ReadTheDocs theme to dev builds "i.e tox -e docs".release-3.1.0Jonathan Huot2019-08-062-2/+4
| |
| * Merge branch 'master' into release-3.1.0Jonathan Huot2019-08-0511-69/+326
| |\ | |/ |/|
* | Add hooks to highlight the possibilities of the framework (#673)Jonathan Huot2019-08-021-18/+69
|\ \ | | | | | | Add hooks to highlight the possibilities of the framework
| * \ Merge branch 'master' into docs-flows-hooksdocs-flows-hooksJonathan Huot2019-08-0112-54/+262
| |\ \ | |/ / |/| |
* | | Oidc userinfo (#677)Jonathan Huot2019-08-018-49/+222
|\ \ \ | | | | | | | | Oidc userinfo
| * \ \ Merge branch 'master' into oidc-userinfooidc-userinfoJonathan Huot2019-08-012-2/+35
| |\ \ \ | |/ / / |/| | |
* | | | add HMAC-SHA256 signature validation (#691)Jonathan Huot2019-07-252-2/+35
|\ \ \ \ | | | | | | | | | | add HMAC-SHA256 signature validation
| * | | | add HMAC-SHA256 signature validationHamish Moffatt2019-07-252-2/+35
|/ / / /
| * | | Merge branch 'master' into oidc-userinfoJonathan Huot2019-07-192-3/+5
| |\ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into oidc-userinfoJonathan Huot2019-07-0413-13/+206
| |\ \ \
| * | | | Downgrade python to match with TravisJonathan Huot2019-05-131-1/+1
| | | | |
| * | | | Force bandit python version to be sure no conflict with othersJonathan Huot2019-05-131-0/+1
| | | | |
| * | | | Updated bandit baseline after reviewJonathan Huot2019-05-131-5/+1179
| | | | |
| * | | | Add UserInfoEndpoint to the OIDC Provider support.Jonathan Huot2019-05-137-1/+220
| | | | |
| * | | | Removed duplicated code for oauth2.BaseEndpointJonathan Huot2019-05-131-48/+2
| | | | |
| | | * | Merge branch 'master' into docs-flows-hooksJonathan Huot2019-07-0928-48/+1788
| | | |\ \ | | | |/ / | | |/| |
| | | * | Add hooks to highlight the possibilities of the frameworkJonathan Huot2019-04-301-18/+69
| | | | | | | | | | | | | | | | | | | | The grey color has been used to show that's optional, and a loop arrow to represent that multiple hooks can be stacked. We can distinctly see three kind of hooks: 1) pre/post+token/auth 2) generate access/refresh tokens 3) code/token modifiers. Also, I have added the optional RequestValidator.rotate_refresh_token callback.
| | | | * Bump to 3.1.0Jonathan Huot2019-07-191-1/+1
| | | | |
| | | | * Add 3.1.0 changelogJonathan Huot2019-07-191-0/+28
| |_|_|/ |/| | |
* | | | Bump versionJonathan Huot2019-07-191-1/+1
| | | |
* | | | Release 3.0.2 (#683)Jonathan Huot2019-07-192-3/+5
|\ \ \ \ | |_|/ / |/| | | Release 3.0.2
| * | | Merge branch 'master' into release-3.0.2release-3.0.2Jonathan Huot2019-07-1947-329/+1979
| |\ \ \ | |/ / / |/| | |
* | | | Handle null value in expires_in field in JSON handler (#675)Jonathan Huot2019-07-042-1/+22
|\ \ \ \ | | | | | | | | | | Handle null value in expires_in field in JSON handler
| * \ \ \ Merge branch 'master' into 672-fix-null-expires-inJonathan Huot2019-07-041-0/+1
| |\ \ \ \ | |/ / / / |/| | | |