index
:
delta/python-packages/oauthlib.git
2.x
234-fixdoc
264-status401
2x-fixup
3-release
3-release-doc
3.0.2-init
3.2.0-dev
3.2.2
348_SEO
409_headers_not_params
431-customerrors
431-customexception
445_confirm_redirect
541_issue_template
568-remove-expires_at
582-coveralls
601-pkce-support
606-fatalclienterror
613-oidc-dispatcher
644-intro-revocation-basicauth
652-token_state
670-pkce-requestinfo
CI
X6VmZSxczGzm9Ak5
add-metadata-doc
alternative_crypto_library
autopep8
bandit
cln2py
community_rules
deprev
doc-custom-grant-type
doc-dynreg
doc-logo
doc-oidc
doc-sponsor
docs-flows-hooks
drop-3.4
dry-up-code
fix-metadata-openid-server
fix-oidc-tests
fix-pypi
improve-doc
improve-reqval-order
license-eval
master
merge-2.1.0
new-version-release-notes
oauth-metadata
oauth1_provider_revamp
oauth2_draft25_server
oauth2_provider
oidc-doc
oidc-hashes
oidc-nonce
oidc-reqval-duplicate
oidc-userinfo
openid_connect
preconf-server-metadata
py36drop
py38
python-3.7
release-3.0.2
release-3.1.0
secpol
slots
thedrow-patch-1
travis-coveralls
use_request_objects
github.com: idan/oauthlib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
oauth2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into 672-fix-null-expires-in
Omer Katz
2019-06-29
7
-9
/
+201
|
\
|
*
Check for authorization response errors
Mark Gregson
2019-06-06
1
-3
/
+6
|
*
Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...
Abhishek Patel
2019-05-14
4
-19
/
+79
|
*
Ban all query parameters on Intropspection, Token and Revocation endpopoint
Abhishek Patel
2019-05-14
3
-18
/
+11
|
*
Add tests + create a global variable for blacklisted query parameters
Abhishek Patel
2019-05-14
3
-0
/
+59
|
*
Merge branch 'master' into 670-pkce-requestinfo
Jonathan Huot
2019-05-07
1
-2
/
+77
|
|
\
|
|
*
Add valid testcase
Y.Umezaki
2019-05-07
1
-0
/
+28
|
|
*
Add token tests from #491
Y.Umezaki
2019-05-07
1
-2
/
+49
|
*
|
Fix 670. AuthCode API must return the new PKCE attribute
670-pkce-requestinfo
Jonathan Huot
2019-04-26
1
-2
/
+4
|
|
/
*
|
Handle null value in expires_in field in JSON handler
Josh Holmer
2019-04-30
1
-0
/
+18
|
/
*
Removed useless set_state internal function
Jonathan Huot
2019-02-21
1
-7
/
+1
*
Add authorization "state" preservation back for AuthCode
Jonathan Huot
2019-02-21
1
-0
/
+7
*
Fix 652: removed "state" from /token response.
Jonathan Huot
2019-02-20
2
-24
/
+27
*
Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)
Jonathan Huot
2019-01-11
2
-2
/
+57
*
Fix issue when using Metadata Endpoint with OIDC PreConfigured server.
Jonathan Huot
2018-12-14
1
-0
/
+27
*
Merge branch 'master' into 601-pkce-support
Jonathan Huot
2018-12-13
2
-8
/
+33
|
\
|
*
Add Content-Type and Cache headers to introspect/revocation errors
Jonathan Huot
2018-12-13
2
-8
/
+33
|
*
Add double-quotes to the key/values in WWW-Authenticate
264-status401
Jonathan Huot
2018-12-12
2
-4
/
+4
|
*
Used WWW-Authenticate and auth-param values as RFC6750 described it.
Jonathan Huot
2018-12-12
2
-4
/
+4
|
*
Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.
Jonathan Huot
2018-12-04
2
-4
/
+4
*
|
Merge pull request #624 from oauthlib/preconf-server-metadata
Jonathan Huot
2018-12-11
1
-0
/
+61
|
\
\
|
*
|
Sort dict and list in dict values for py27/36 compat
preconf-server-metadata
Jonathan Huot
2018-11-30
1
-2
/
+10
|
*
|
Add Server metadata test and fix metadata.
Jonathan Huot
2018-11-30
1
-0
/
+53
*
|
|
Merge branch 'master' into 601-pkce-support
Jonathan Huot
2018-12-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
`invalid_scope` status code should be 400
Benjamin Pereto
2018-12-03
1
-1
/
+1
*
|
Initial OAuth2.0/PKCE Provider support
Jonathan Huot
2018-11-29
7
-0
/
+133
|
/
*
Allow custom provider to override oauthlib values
oauth-metadata
Jonathan Huot
2018-11-21
1
-0
/
+10
*
Initial OAuth Authorization Server Metadata RFC8414
Jonathan Huot
2018-10-25
1
-0
/
+28
*
Merge branch 'master' into fix-585_client_id
Jonathan Huot
2018-09-21
1
-1
/
+1
|
\
|
*
Merge branch 'master' into invalid-grant-should-respond-with-400
Omer Katz
2018-09-20
5
-1
/
+44
|
|
\
|
*
\
Merge branch 'master' into invalid-grant-should-respond-with-400
Jonathan Huot
2018-08-13
3
-2
/
+18
|
|
\
\
|
*
|
|
`invalid_grant` status code should be 400
Free Duerinckx
2018-07-04
1
-1
/
+1
*
|
|
|
* changed "function definition" to "function signature" in two docstrings
jonathan vanasco
2018-09-20
1
-1
/
+0
*
|
|
|
Merge branch 'fix-585_client_id' of github.com:jvanasco/oauthlib into fix-585...
jonathan vanasco
2018-09-17
1
-0
/
+4
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into fix-585_client_id
Jonathan Huot
2018-09-17
1
-0
/
+4
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Add support of custom errors coming from providers
Jonathan Huot
2018-09-10
1
-0
/
+4
*
|
|
|
|
migrated `include_client_id` to `prepare_request_token`
jonathan vanasco
2018-09-17
3
-17
/
+67
|
/
/
/
/
*
|
|
|
* added support for empty strings of `client_secret`
jonathan vanasco
2018-09-17
2
-10
/
+48
*
|
|
|
standardized some test values
jonathan vanasco
2018-09-14
2
-8
/
+8
*
|
|
|
updated tests to pass on 2.x and 3.x
jonathan vanasco
2018-09-13
1
-5
/
+10
*
|
|
|
* addresing ticket #585
jonathan vanasco
2018-09-13
1
-1
/
+48
|
/
/
/
*
|
|
Write a test for authorization grant w/ no scope.
Theron Luhn
2018-09-03
1
-0
/
+6
*
|
|
Fix test_error_catching.
Theron Luhn
2018-09-02
1
-1
/
+3
*
|
|
Merge branch 'master' into 445_confirm_redirect
Jonathan Huot
2018-08-15
3
-2
/
+18
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' into get_default_redir
Jonathan Huot
2018-08-12
2
-2
/
+2
|
|
\
\
|
|
*
|
Implicit was not converting expires_in into integers
Jonathan Huot
2018-08-06
2
-2
/
+2
|
|
|
/
|
*
|
Add syntax check of get_default_redirect_uri
Jonathan Huot
2018-07-30
1
-0
/
+16
|
|
/
*
|
Add test when no redirecturi & no default
Jonathan Huot
2018-08-15
1
-0
/
+9
*
|
Restore confirm = False test
Jonathan Huot
2018-08-15
1
-0
/
+2
*
|
confirm_r. is called after auth_client
Jonathan Huot
2018-07-30
1
-1
/
+0
[next]