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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Check for rsa_key when it's actually needed
David Baumgold
2015-05-06
1
-1
/
+7
|
|
|
/
/
|
|
/
|
|
*
|
|
|
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
4
-79
/
+92
|
/
/
*
|
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
*
Create Signature Only OAuth1 Endpoint
Ryan Hiebert
2014-09-11
1
-0
/
+51
*
Allow unescaped @ in urlencoded parameters
Ryan Hiebert
2014-08-24
1
-0
/
+1
*
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
*
|
Fix Oauth1 client tests to pass request param to get_oauth_params method.
Ib Lundgren
2014-06-03
1
-2
/
+3
*
|
Use a more specific env variable for insecure transports
Devin Sevilla
2014-05-09
1
-4
/
+4
|
/
*
Unshadowed a test.
Kirill Spitsin
2014-04-15
1
-2
/
+3
*
Fixed a typo.
Kirill Spitsin
2014-04-15
1
-1
/
+1
*
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
*
|
Merge pull request #237 from jturmel/add_crypto_token_generator
Ib Lundgren
2014-04-12
1
-0
/
+127
|
\
\
|
*
|
Changes per PR comments
jturmel
2014-03-29
1
-18
/
+12
|
*
|
Change how arbitrary claims are set on crypto token
jturmel
2014-03-18
1
-4
/
+3
|
*
|
Add crypto token capability
jturmel
2014-03-17
1
-0
/
+134
|
|
/
*
|
Allowing custom signature methods to be registered and used...
David Rogers
2014-03-25
1
-0
/
+19
*
|
Enforcing a common interface for `sign_*()` methods...
David Rogers
2014-03-25
1
-23
/
+98
|
/
*
added tests for content type checking
masci
2014-01-19
1
-1
/
+11
*
Merge pull request #224 from wrr/is_within_original_scope
Ib Lundgren
2013-11-10
2
-0
/
+16
|
\
|
*
is_within_original_scope method for refresh token grant (Issue #220)
Jan Wrobel
2013-11-05
2
-0
/
+16
*
|
Fix test method name conflict.
Jan Wrobel
2013-11-05
1
-1
/
+1
|
/
*
Merge branch 'master' of https://github.com/idan/oauthlib
Ib Lundgren
2013-10-04
3
-24
/
+154
|
\
|
*
fixed and extended tests for validate_token_request method
Massimiliano Pippi
2013-09-22
1
-27
/
+55
|
*
broke up method into different tests, fixed import style
Massimiliano Pippi
2013-09-22
2
-74
/
+54
[prev]
[next]