| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Merge branch 'master' into rm-2.7 | Omer Katz | 2019-08-29 | 7 | -83/+103 | |
| | |\ \ | |/ / |/| | | ||||||
| | * | | The future is now | Hugo | 2019-08-15 | 106 | -212/+0 | |
| | * | | Upgrade unit tests to use more useful asserts | Hugo | 2019-08-15 | 8 | -24/+24 | |
| | * | | Drop support for legacy Python 2.7 | Hugo | 2019-08-15 | 15 | -77/+18 | |
| | * | | Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160 | Hugo | 2019-08-15 | 2 | -3/+3 | |
| | * | | Upgrade Python syntax with pyupgrade | Hugo | 2019-08-15 | 38 | -90/+90 | |
| | * | | Drop support for legacy Python 2.7 | Hugo | 2019-08-15 | 20 | -126/+79 | |
| | * | | sudo no longer needed https://blog.travis-ci.com/2018-11-19-required-linux-in... | Hugo | 2019-08-14 | 1 | -1/+0 | |
| | | * | Merge branch 'master' into doc-improvement | Jonathan Huot | 2019-08-30 | 5 | -15/+15 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Drop Python 3.4 support (#699) | Omer Katz | 2019-08-29 | 5 | -15/+15 | |
| | | * | Merge branch 'master' into doc-improvement | Omer Katz | 2019-08-26 | 2 | -70/+89 | |
| | | |\ | |_|/ |/| | | ||||||
| * | | | Merge pull request #697 from ashleysommer/fix_urlencode_basestring | Jonathan Huot | 2019-08-26 | 2 | -70/+89 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | remove unneeded additional collect_parameters assertion in the signature_base... | Ashley Sommer | 2019-08-19 | 1 | -1/+0 | |
| | * | | Fix tests for OAuth1 signature basestring generation, to better align with ex... | Ashley Sommer | 2019-08-14 | 2 | -70/+90 | |
| |/ / | ||||||
| | * | Extended the requirements of the authenticate_client method documentation. | Zsolt Balint | 2019-08-10 | 1 | -0/+11 | |
| |/ | ||||||
| * | Add logo to RTD docs & upgraded tox -e readme build to twine. (#693) | Jonathan Huot | 2019-08-07 | 14 | -5/+11 | |
| |\ | ||||||
| | * | Add OAuthlib banner to READMEdoc-logo | Jonathan Huot | 2019-08-06 | 1 | -0/+6 | |
| | * | Add logo to RTD docs & upgraded tox -e readme build to twine. | Jonathan Huot | 2019-08-06 | 13 | -5/+5 | |
| |/ | ||||||
| * | Change version to -dev | Jonathan Huot | 2019-08-06 | 1 | -1/+1 | |
| * | Release 3.1.0 (#689)v3.1.0 | Jonathan Huot | 2019-08-06 | 4 | -3/+33 | |
| |\ | ||||||
| | * | Add the ReadTheDocs theme to dev builds "i.e tox -e docs".release-3.1.0 | Jonathan Huot | 2019-08-06 | 2 | -2/+4 | |
| | * | Merge branch 'master' into release-3.1.0 | Jonathan Huot | 2019-08-05 | 11 | -69/+326 | |
| | |\ | |/ |/| | ||||||
| * | | Add hooks to highlight the possibilities of the framework (#673) | Jonathan Huot | 2019-08-02 | 1 | -18/+69 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into docs-flows-hooksdocs-flows-hooks | Jonathan Huot | 2019-08-01 | 12 | -54/+262 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Oidc userinfo (#677) | Jonathan Huot | 2019-08-01 | 8 | -49/+222 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'master' into oidc-userinfooidc-userinfo | Jonathan Huot | 2019-08-01 | 2 | -2/+35 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | add HMAC-SHA256 signature validation (#691) | Jonathan Huot | 2019-07-25 | 2 | -2/+35 | |
| |\ \ \ \ | ||||||
| | * | | | | add HMAC-SHA256 signature validation | Hamish Moffatt | 2019-07-25 | 2 | -2/+35 | |
| |/ / / / | ||||||
| | * | | | Merge branch 'master' into oidc-userinfo | Jonathan Huot | 2019-07-19 | 2 | -3/+5 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| | * | | | Merge branch 'master' into oidc-userinfo | Jonathan Huot | 2019-07-04 | 13 | -13/+206 | |
| | |\ \ \ | ||||||
| | * | | | | Downgrade python to match with Travis | Jonathan Huot | 2019-05-13 | 1 | -1/+1 | |
| | * | | | | Force bandit python version to be sure no conflict with others | Jonathan Huot | 2019-05-13 | 1 | -0/+1 | |
| | * | | | | Updated bandit baseline after review | Jonathan Huot | 2019-05-13 | 1 | -5/+1179 | |
| | * | | | | Add UserInfoEndpoint to the OIDC Provider support. | Jonathan Huot | 2019-05-13 | 7 | -1/+220 | |
| | * | | | | Removed duplicated code for oauth2.BaseEndpoint | Jonathan Huot | 2019-05-13 | 1 | -48/+2 | |
| | | | * | | Merge branch 'master' into docs-flows-hooks | Jonathan Huot | 2019-07-09 | 28 | -48/+1788 | |
| | | | |\ \ | | | |/ / | | |/| | | ||||||
| | | | * | | Add hooks to highlight the possibilities of the framework | Jonathan Huot | 2019-04-30 | 1 | -18/+69 | |
| | | | | * | Bump to 3.1.0 | Jonathan Huot | 2019-07-19 | 1 | -1/+1 | |
| | | | | * | Add 3.1.0 changelog | Jonathan Huot | 2019-07-19 | 1 | -0/+28 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Bump version | Jonathan Huot | 2019-07-19 | 1 | -1/+1 | |
| * | | | | Release 3.0.2 (#683) | Jonathan Huot | 2019-07-19 | 2 | -3/+5 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Merge branch 'master' into release-3.0.2release-3.0.2 | Jonathan Huot | 2019-07-19 | 47 | -329/+1979 | |
| | |\ \ \ | |/ / / |/| | | | ||||||
| * | | | | Handle null value in expires_in field in JSON handler (#675) | Jonathan Huot | 2019-07-04 | 2 | -1/+22 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into 672-fix-null-expires-in | Jonathan Huot | 2019-07-04 | 1 | -0/+1 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | | Fix BackendApplicationClient.prepare_request_body (#682) | Jonathan Huot | 2019-07-04 | 1 | -0/+1 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into patch-2 | Jonathan Huot | 2019-07-03 | 1 | -1/+1 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Fix BackendApplicationClient.prepare_request_body | qporest | 2019-07-02 | 1 | -0/+1 | |
| | | * | | | | Merge branch 'master' into 672-fix-null-expires-in | Josh Holmer | 2019-07-03 | 1 | -1/+1 | |
| | | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | Error in timestamp comparison | Jonathan Huot | 2019-07-03 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| | * | | | | Merge branch 'master' into 672-fix-null-expires-in | Omer Katz | 2019-06-29 | 27 | -47/+1765 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||||
