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
*
OpenID Connect core tests.
openid_connect
Ib Lundgren
2014-10-03
1
-0
/
+270
*
Implicit authorization response mode test.
Ib Lundgren
2014-10-03
1
-10
/
+12
*
Auth code authorization resp test.
Ib Lundgren
2014-10-03
1
-0
/
+11
*
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
|
*
added test involving client_authentication_required method
Massimiliano Pippi
2013-09-21
3
-1
/
+123
*
|
Populate a unix timestamp expires_at from expires_in in new tokens.
Ib Lundgren
2013-10-04
5
-4
/
+30
*
|
Restructure client tests per grant type.
Ib Lundgren
2013-10-04
7
-460
/
+484
|
/
*
client authentication needed by default
Massimiliano Pippi
2013-09-18
1
-1
/
+1
*
added client_authentication_required() method to the validator
Massimiliano Pippi
2013-09-17
1
-0
/
+1
*
Draft 11 Token Revocation Endpoint.
Ib Lundgren
2013-09-17
1
-0
/
+65
*
Add OAuth 1 access token endpoint validator method invalidate_request_token. ...
Ib Lundgren
2013-09-13
1
-0
/
+3
*
Refactor common tests into subject area tests.
Ib Lundgren
2013-09-13
1
-58
/
+93
*
Signature method and type tests.
Ib Lundgren
2013-09-12
1
-1
/
+90
*
Verification tests for all signature methods.
Ib Lundgren
2013-09-12
1
-8
/
+45
*
PEP8 cleanup of test_signatures.
Ib Lundgren
2013-09-12
1
-74
/
+144
*
Restructure OAuth2 tests.
Ib Lundgren
2013-09-12
19
-1150
/
+1363
*
Merge pull request #201 from squirly/#200
Ib Lundgren
2013-08-03
3
-96
/
+134
|
\
|
*
#200 First attempt at API cleanup to match OAuth1.
Tyler Jones
2013-08-01
3
-96
/
+134
*
|
#199 Proposed API changes for endpoints.
Tyler Jones
2013-08-01
4
-26
/
+28
*
|
Added tests.
Tyler Jones
2013-07-26
1
-1
/
+8
|
/
*
Test for correct nonce_checking across endpoints.
Ib Lundgren
2013-07-26
3
-3
/
+13
*
Add star to the set of safe characters in urls
Mathieu Alorent
2013-07-24
1
-0
/
+1
*
Auth scheme lower and short header test.
Ib Lundgren
2013-07-09
1
-0
/
+1
*
Merge branch 'master' of https://github.com/scfarley/oauthlib into scfarley-m...
Ib Lundgren
2013-07-09
1
-0
/
+9
|
\
|
*
Improve resilience to bad authorization headers
Sean C. Farley
2013-06-28
1
-0
/
+9
*
|
add comma to the set of safe characters in urls
Massimiliano
2013-07-09
1
-0
/
+1
*
|
fix test cases for realms
Hsiaoming Yang
2013-07-03
3
-14
/
+14
|
/
*
Allow realm to be passed in URI and Body. Fix #139.
Ib Lundgren
2013-06-21
1
-0
/
+10
*
Validator confirm_scopes becomes get_original_scopes. #182, #183
Ib Lundgren
2013-06-21
1
-1
/
+24
*
Add initial refresh token grant tests. Fix #182.
Ib Lundgren
2013-06-20
1
-0
/
+43
[next]