summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added license check badge.license-evalOmer Katz2018-08-281-0/+3
* Merge pull request #566 from oauthlib/445_confirm_redirectJonathan Huot2018-08-214-1/+43
|\
| * Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-203-5/+9
| |\ | |/ |/|
* | Merge pull request #576 from oauthlib/409_headers_not_paramsJonathan Huot2018-08-202-1/+5
|\ \
| * \ Merge branch 'master' into 409_headers_not_params409_headers_not_paramsJonathan Huot2018-08-201-4/+4
| |\ \ | |/ / |/| |
* | | Merge pull request #575 from oauthlib/348_SEOJonathan Huot2018-08-201-4/+4
|\ \ \
| * \ \ Merge branch 'master' into 348_SEO348_SEOJonathan Huot2018-08-182-0/+53
| |\ \ \ | |/ / / |/| | |
| * | | Change sentences for better SEOJonathan Huot2018-08-181-4/+4
| | * | Remove headers from request attributesJonathan Huot2018-08-182-1/+5
| |/ / |/| |
| | * Merge branch 'master' into 445_confirm_redirect445_confirm_redirectJonathan Huot2018-08-203-1/+53
| | |\ | |_|/ |/| |
* | | Merge pull request #573 from oauthlib/community_rulesJonathan Huot2018-08-182-0/+53
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into community_rulescommunity_rulesJonathan Huot2018-08-171-1/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #574 from oauthlib/234-fixdocJonathan Huot2018-08-171-1/+0
|\ \ \
| * | | client_id is not passed to save_bearer_token234-fixdocJonathan Huot2018-08-161-1/+0
|/ / /
| * | Replaced NCoC with Django CoCJonathan Huot2018-08-172-7/+33
| * | Merge branch 'master' into community_rulesJonathan Huot2018-08-136-11/+149
| |\ \ | |/ / |/| |
| * | Add NCoC and Code of meritJonathan Huot2018-08-132-0/+27
| | * Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-1523-37/+219
| | |\ | |_|/ |/| |
* | | Merge pull request #571 from oauthlib/docs-jwtJonathan Huot2018-08-134-11/+131
|\ \ \
| * \ \ Merge branch 'master' into docs-jwtJonathan Huot2018-08-127-3/+27
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #567 from oauthlib/get_default_redirJonathan Huot2018-08-122-0/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into get_default_redirJonathan Huot2018-08-1217-26/+70
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #570 from oauthlib/569_expires_in_implicitJonathan Huot2018-08-123-2/+6
|\ \ \ \
| * \ \ \ Merge branch 'master' into 569_expires_in_implicitJonathan Huot2018-08-1214-24/+64
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | $ and ' are allowed to be unencoded in query strings (#564)Chris Utz2018-08-122-1/+3
| * | | | Implicit was not converting expires_in into integersJonathan Huot2018-08-063-2/+6
| | * | | Add syntax check of get_default_redirect_uriJonathan Huot2018-07-302-0/+18
| |/ / /
| | * | 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