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
/
oauthlib
/
oauth2
/
rfc6749
/
request_validator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update save_bearer_token docs to mention how the token is passed in as a refe...
claweyenuk
2018-06-30
1
-1
/
+8
*
OpenID Connect split (#525)
Wiliam Souza
2018-06-05
1
-2
/
+2
*
Merge branch 'master' into oauth2-introspect
Pieter Ennes
2018-05-26
1
-6
/
+68
|
\
|
*
Add request argument to confirm_redirect_uri (#504) (#504)
Jimmy Thrasibule
2018-04-13
1
-1
/
+1
|
*
Rtd docs fix (#515)
Jonathan Huot
2018-02-28
1
-4
/
+4
|
*
Openid connect jwt (#488)
Wiliam Souza
2018-01-30
1
-1
/
+63
*
|
Improved doc by adding links to RFC and list of claims.
Jonathan Huot
2017-12-19
1
-5
/
+25
*
|
Added initial introspect support
Jonathan Huot
2017-12-18
1
-0
/
+20
|
/
*
OpenID connect improvements (#484)
Wiliam Souza
2017-10-01
1
-0
/
+24
*
Sorted imports.
Omer Katz
2017-09-17
1
-1
/
+1
*
Move the claims handling into OpenIDConnectBase._inflate_claims() and a new A...
Joel Stevenson
2016-08-18
1
-0
/
+12
*
Reworking the handling of claims. @bjmc was quite right to question the hast...
Joel Stevenson
2016-05-06
1
-2
/
+19
*
Pairing with the previous commit, revert the change related to response_type ...
Joel Stevenson
2016-05-02
1
-0
/
+3
*
More wiring to get OpenID Connect code fully integrated.
Joel Stevenson
2016-04-19
1
-0
/
+11
*
First pass attempt at updating openid_connect branch
Joel Stevenson
2016-04-15
1
-0
/
+3
*
Remove get_auth_code_scopes. Obsoleted by validate_auth_code
Ib Lundgren
2016-04-14
1
-17
/
+0
*
New validator method get_auth_code_scopes.
Ib Lundgren
2016-04-14
1
-0
/
+17
*
A few initial OpenID Connect validation methods for silent logins and user ma...
Ib Lundgren
2016-04-14
1
-0
/
+62
*
Fix management of rfc6749 errors
fabio
2015-07-19
1
-6
/
+0
*
send no state in the access token response
gunnar
2015-07-19
1
-0
/
+3
*
Improve documentation for save_authorization_code et al.
Dustin J. Mitchell
2015-07-19
1
-18
/
+25
*
update docs for save_authorization_code
Dustin J. Mitchell
2015-07-19
1
-1
/
+2
*
send no state in the access token response
gunnar
2015-07-03
1
-2
/
+2
*
Auto pep8 changes throughout the code base.
Ib Lundgren
2014-09-24
1
-1
/
+1
*
Change logging namespace to a tiered one.
Ib Lundgren
2014-09-24
1
-2
/
+2
*
Fix typo (Issue #224).
Jan Wrobel
2013-11-12
1
-1
/
+1
*
is_within_original_scope method for refresh token grant (Issue #220)
Jan Wrobel
2013-11-05
1
-0
/
+21
*
Correct interface of RequestValidator.confirm_redirect_uri() to make it consi...
Andre Cruz
2013-10-29
1
-1
/
+1
*
Use validator.rotate_refresh_token to decide whether to replace or re-use. Fi...
Ib Lundgren
2013-09-19
1
-0
/
+15
*
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
/
+28
*
Draft 11 Token Revocation Endpoint.
Ib Lundgren
2013-09-17
1
-0
/
+12
*
Merge branch 'master' of https://github.com/idan/oauthlib
Ib Lundgren
2013-09-12
1
-1
/
+1
|
\
|
*
Fixed single typo in documentation
Hnk Reno
2013-08-20
1
-1
/
+1
*
|
Restructure OAuth2 tests.
Ib Lundgren
2013-09-12
1
-1
/
+2
|
/
*
Validator confirm_scopes becomes get_original_scopes. #182, #183
Ib Lundgren
2013-06-21
1
-17
/
+12
*
Merge branch 'master' of https://github.com/idan/oauthlib
Ib Lundgren
2013-05-31
1
-1
/
+1
|
\
|
*
docstring fix
Hsiaoming Yang
2013-05-31
1
-1
/
+1
*
|
Remove code left after copy paste mistake.
Ib Lundgren
2013-05-31
1
-1093
/
+0
|
/
*
Split OAuth2 large modules into smaller ones. #168.
Ib Lundgren
2013-05-30
1
-0
/
+1481