summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'master' into fix_issue_728Jonathan Huot2020-04-223-14/+36
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #726 from smarie/masterJonathan Huot2020-04-222-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into masterJonathan Huot2020-04-222-9/+28
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Add 3.1.0 date. Moved merged PR into 3.1.1Jonathan Huot2020-04-221-6/+10
* | | | | | | Merge pull request #731 from smarie/fix_issue_730Jonathan Huot2020-04-222-8/+23
|\ \ \ \ \ \ \
| * | | | | | | changelogSylvain MARIE2020-04-191-0/+5
| * | | | | | | Base OAuth2 Client now has a consistent way of managing the `scope`: it cons...Sylvain MARIE2020-04-191-8/+18
|/ / / / / / /
| * | | | | | changelog entrySylvain MARIE2020-04-091-1/+2
| * | | | | | Made code a one-liner for consistency with BackendApplicationClientSylvain MARIE2020-04-091-3/+1
| * | | | | | `LegacyApplicationClient.prepare_request_body` now honors the default scopes ...Sylvain MARIE2020-04-091-0/+3
|/ / / / / /
| * | | | | ChangelogSylvain MARIE2020-04-191-0/+4
| * | | | | MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse...Sylvain MARIE2020-04-193-0/+4
|/ / / / /
| | | | * Add missing new line in tox.iniAnton Ruhlov2020-04-101-1/+1
| | | | * Add missing new line in setup.cfgAnton Ruhlov2020-04-101-1/+1
| | | | * Fixed sorted import for < py37Anton Ruhlov2020-04-102-2/+3
| | | | * Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-1044-149/+161
| | | | * Merge remote-tracking branch 'origin/isort-integration' into isort-integrationAnton Ruhlov2020-04-100-0/+0
| | | | |\
| | | | | * Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-1047-250/+242
| | | | * | Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-1047-164/+160
| | | | |/
| | | | * Added Makefile format command with isort supportAnton Ruhlov2020-04-101-0/+3
| | | | * Added isort to tox envlistAnton Ruhlov2020-04-101-1/+8
| | | | * Added isort configurationAnton Ruhlov2020-04-101-0/+10
| |_|_|/ |/| | |
* | | | Merge pull request #720 from mgorny/unittest-mockJonathan Huot2020-03-1638-38/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | Use unittest.mock instead of external mockMichał Górny2020-03-1638-38/+37
|/ / /
* | | Merge pull request #704 from oauthlib/doc-oidcJonathan Huot2020-01-2910-18/+160
|\ \ \
| * \ \ Merge branch 'master' into doc-oidcJonathan Huot2020-01-299-30/+148
| |\ \ \ | |/ / / |/| | |
* | | | Update server.rst docs to include request uri in auth code (#714)Jonathan Huot2020-01-291-0/+11
|\ \ \ \
| * | | | update server.rst docs necessary auth code fieldsDan Piet2020-01-131-0/+11
| | |/ / | |/| |
* | | | Initial custom grant type documentation. (#702)Jonathan Huot2020-01-295-12/+116
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into doc-custom-grant-typedoc-custom-grant-typeJonathan Huot2020-01-151-1/+1
| |\ \ \ | |/ / / |/| | |
* | | | typo in log message for client_credentials (#711)Jonathan Huot2020-01-131-1/+1
|\ \ \ \
| * | | | typo in log message for client_credentialsBohdan2020-01-131-1/+1
| * | | | typo in log message for client_credentialsBohdan2020-01-131-1/+1
|/ / / /
| * | | Removed newline/autoformatting mistake fixedJonathan Huot2020-01-151-2/+2
| * | | Merge branch 'master' into doc-custom-grant-typeJonathan Huot2019-11-272-17/+20
| |\ \ \ | |/ / / |/| | |
* | | | Formatting fix (#708)Jonathan Huot2019-11-131-16/+19
|\ \ \ \
| * \ \ \ Merge branch 'master' into patch-1Jonathan Huot2019-11-131-1/+1
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Fix simple typo: wich -> which (#710)Tim Gates2019-11-121-1/+1
| |_|_|/ |/| | |
| * | | Formatting fixV Anastassiou2019-11-081-16/+19
|/ / /
| * | Merge branch 'master' into doc-custom-grant-typeJonathan Huot2019-10-282-70/+70
| |\ \ | |/ / |/| |
| * | Improve clarity around howto define a grant.Jonathan Huot2019-10-281-26/+41
| * | Add custom grant exampleJonathan Huot2019-10-251-6/+20
| * | Added clarity about ROPC & usage from RFCJonathan Huot2019-10-251-2/+4
| * | Initial custom grant type documentation.Jonathan Huot2019-10-185-12/+85
| | * Improved OIDC documentationdoc-oidcJonathan Huot2019-10-2810-18/+160
| |/ |/|
* | Merge pull request #703 from IvanAnishchuk/pre_configured_server_grant_public...Jonathan Huot2019-10-232-70/+70
|\ \ | |/ |/|
| * Make grants public attributes of pre_configured server class (#613)Ivan Anishchuk2019-10-222-70/+70
|/
* Extended the requirements of the authenticate_client method docu… (#694)Jonathan Huot2019-08-301-0/+11
|\
| * 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
|\ \