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
...
*
Prevent save_token() from being called twice within create_token_response(). ...
Joel Stevenson
2016-04-29
6
-0
/
+27
*
Handle multi-valued response_types as specified in http://openid.net/specs/oa...
Joel Stevenson
2016-04-25
1
-0
/
+33
*
Fixup implicit flow authorization response and test
Joel Stevenson
2016-04-19
1
-4
/
+11
*
First pass attempt at updating openid_connect branch
Joel Stevenson
2016-04-15
2
-3
/
+3
*
OpenID Connect core tests.
Ib Lundgren
2016-04-14
1
-0
/
+270
*
Implicit authorization response mode test.
Ib Lundgren
2016-04-14
1
-10
/
+12
*
Auth code authorization resp test.
Ib Lundgren
2016-04-14
1
-0
/
+10
*
Added tests auth grant without refresh token
Hiroki KIYOHARA
2015-09-29
1
-0
/
+17
*
add token_type_hint to the list of default Request params
Massimiliano Pippi
2015-07-20
1
-0
/
+8
*
Add code to determine if client authentication is required for OAuth2 endpoin...
Weipin Xia
2015-07-19
1
-0
/
+12
*
Fix management of rfc6749 errors
fabio
2015-07-06
3
-59
/
+86
*
Fix tests for #300 merged
Hsiaoming Yang
2015-07-06
1
-5
/
+3
*
Merge pull request #300 from jbkkd/master
Hsiaoming Yang
2015-07-06
1
-1
/
+1
|
\
|
*
Updated revocation test
Omer Korner
2014-11-26
1
-1
/
+1
*
|
Use assertFormBodyEqual instead
myyang
2015-07-02
1
-3
/
+3
*
|
Fix string format compatibility
myyang
2015-07-02
1
-3
/
+3
*
|
Fix and remove missing attribute: _client
myyang
2015-07-01
1
-0
/
+30
*
|
Merge pull request #350 from cheif/master
Omer Katz
2015-07-01
1
-0
/
+11
|
\
\
|
*
|
Handle empty/non-parsable query strings
Dan Berglund
2015-06-26
1
-0
/
+11
*
|
|
Merge pull request #336 from josephtate/betterscopesupport
Omer Katz
2015-07-01
1
-0
/
+14
|
\
\
\
|
*
|
|
Add the broken scope to the ValueError exception for easier debugging, add te...
Joseph Tate
2015-04-20
1
-0
/
+2
|
*
|
|
Allow tuples for list_to_scope and scope_to_list in addition to sets and list...
Joseph Tate
2015-04-20
1
-0
/
+12
*
|
|
|
Fix redirect_url typo and add test cases for function.
myyang
2015-06-29
2
-0
/
+26
|
|
/
/
|
/
|
|
*
|
|
Add code to determine if client authentication is required for OAuth2 endpoin...
Weipin Xia
2015-05-07
1
-0
/
+12
|
/
/
*
|
Merge pull request #323 from josephtate/master-fix-306
Ib Lundgren
2015-04-19
1
-0
/
+18
|
\
\
|
*
|
add failing test
Joseph Tate
2015-04-13
1
-0
/
+18
*
|
|
Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...
Joseph Tate
2015-04-14
3
-54
/
+73
|
/
/
*
|
Test trimming of whitespace.
Pieter Ennes
2015-03-05
1
-1
/
+1
|
/
*
Ensure correct validator methods are invoked in auth grant.
Ib Lundgren
2014-11-13
1
-5
/
+24
*
Fix forgotten test in prev. commit py3 issue.
Ib Lundgren
2014-10-24
1
-2
/
+3
*
Fix flaky test depending on internal order.
Ib Lundgren
2014-10-24
1
-2
/
+2
*
Fix minor merge artifacts and python 3 tests.
Ib Lundgren
2014-10-23
5
-9
/
+13
*
Merge branch 'allow-invalid-token-type-hint' of https://github.com/RodneyRich...
Ib Lundgren
2014-10-23
1
-11
/
+2
|
\
|
*
Allow invalid token_type_hint.
Rodney Richardson
2014-10-07
1
-11
/
+2
*
|
Wrap OAuth2 tokens in a OAuth2Token class.
Ib Lundgren
2014-10-23
5
-0
/
+37
*
|
Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...
Ib Lundgren
2014-10-23
5
-7
/
+91
|
\
\
|
*
|
Dispatch a blinker signal on scope change, instead of raising a warning
David Baumgold
2014-10-05
5
-7
/
+91
|
|
/
*
|
First step towards supporting JWT bearer grants.
ibl
2014-10-16
1
-0
/
+111
|
/
*
Test ResourceOwnerPasswordCredentialsGrant generates no refresh token
David Muller
2014-09-29
1
-0
/
+26
*
Client side creation of OAuth2 revocation requests.
Ib Lundgren
2014-09-25
1
-0
/
+33
*
Make jsonp support in revocation endpoint optional.
Ib Lundgren
2014-09-25
1
-4
/
+14
*
Failing test for token_type relaxation
Chad Whitacre
2014-09-17
1
-2
/
+17
*
Failing test for expires as alias for expires_in
Chad Whitacre
2014-09-17
1
-0
/
+11
*
Implement URL-encoding fallback for access tokens
Chad Whitacre
2014-09-17
1
-1
/
+1
*
Failing test for URL-encoded access tokens
Chad Whitacre
2014-09-17
1
-0
/
+22
*
Merge pull request #247 from asteinlein/master
Ib Lundgren
2014-06-03
2
-3
/
+3
|
\
|
*
Use 401 status code for some OAuth 2 errors
Anders Steinlein
2014-04-30
2
-3
/
+3
*
|
Use a more specific env variable for insecure transports
Devin Sevilla
2014-05-09
1
-4
/
+4
|
/
*
Merge pull request #240 from asteinlein/master
Ib Lundgren
2014-04-12
1
-0
/
+43
|
\
|
*
Support for scopes being arbitrary objects
Anders Steinlein
2014-03-27
1
-0
/
+43
[prev]
[next]