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
/
endpoints
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed OAuth2 Metadata when using PKCE and OIDC.Server
601-pkce-support
Jonathan Huot
2018-12-14
1
-1
/
+6
*
Fixed typo
Jonathan Huot
2018-12-13
1
-1
/
+1
*
Merge branch 'master' into 601-pkce-support
Jonathan Huot
2018-12-13
2
-7
/
+14
|
\
|
*
Add Content-Type and Cache headers to introspect/revocation errors
Jonathan Huot
2018-12-13
2
-7
/
+14
|
*
Used WWW-Authenticate and auth-param values as RFC6750 described it.
Jonathan Huot
2018-12-12
2
-6
/
+2
|
*
Handle 401 with WWW-Authenticate. Moved wrong 401 into 400.
Jonathan Huot
2018-12-04
2
-0
/
+4
*
|
Add details on grant_type & implicit special case.
Jonathan Huot
2018-12-13
1
-0
/
+12
*
|
Replace temporary list by using clearer "extend" method
Jonathan Huot
2018-12-13
1
-1
/
+1
*
|
Add Server metadata test and fix metadata.
Jonathan Huot
2018-11-30
1
-3
/
+9
*
|
Add OAuth2 Provider Server Metadata for PKCE.
Jonathan Huot
2018-11-30
1
-0
/
+2
|
/
*
Allow custom provider to override oauthlib values
oauth-metadata
Jonathan Huot
2018-11-21
1
-6
/
+8
*
Initial OAuth Authorization Server Metadata RFC8414
Jonathan Huot
2018-10-25
2
-0
/
+192
*
OpenID Connect split (#525)
Wiliam Souza
2018-06-05
1
-32
/
+11
*
Merge branch 'master' into oauth2-introspect
Pieter Ennes
2018-05-26
5
-11
/
+14
|
\
|
*
Rtd docs fix (#515)
Jonathan Huot
2018-02-28
3
-8
/
+8
|
*
Openid connect jwt (#488)
Wiliam Souza
2018-01-30
2
-3
/
+6
*
|
Added default supported_token_types for Mobile
Jonathan Huot
2017-12-19
1
-1
/
+2
*
|
Added initial introspect support
Jonathan Huot
2017-12-18
3
-10
/
+153
|
/
*
OpenID connect improvements (#484)
Wiliam Souza
2017-10-01
1
-8
/
+15
*
Sorted imports.
Omer Katz
2017-09-17
5
-15
/
+11
*
Add two error codes from RFC 6750.
Pieter Ennes
2017-04-02
1
-1
/
+1
*
Authenticate public clients before revocation
Andy Kipp
2016-12-06
1
-0
/
+4
*
Normalize handling of request.scopes list
Joel Stevenson
2016-11-21
2
-2
/
+12
*
Test for membership should be "not in".
Joel Stevenson
2016-08-25
1
-1
/
+1
*
Move the claims handling into OpenIDConnectBase._inflate_claims() and a new A...
Joel Stevenson
2016-08-18
1
-1
/
+4
*
Reworking the handling of claims. @bjmc was quite right to question the hast...
Joel Stevenson
2016-05-06
2
-16
/
+11
*
Minor cleanup
Joel Stevenson
2016-05-02
1
-2
/
+0
*
Pairing with the previous commit, revert the change related to response_type ...
Joel Stevenson
2016-05-02
1
-17
/
+5
*
Use a single if statement in ResourceEndpoint.verify_request() claims check
Joel Stevenson
2016-04-29
1
-2
/
+1
*
Parse request.claims in ResourceEndpoint.verify_request() when the token's sc...
Joel Stevenson
2016-04-29
1
-1
/
+16
*
Iterate correctly over response_types dict without using six
Joel Stevenson
2016-04-25
1
-2
/
+3
*
Handle multi-valued response_types as specified in http://openid.net/specs/oa...
Joel Stevenson
2016-04-25
2
-5
/
+29
*
More wiring to get OpenID Connect code fully integrated.
Joel Stevenson
2016-04-19
2
-1
/
+6
*
First pass attempt at updating openid_connect branch
Joel Stevenson
2016-04-15
1
-1
/
+1
*
Merge pull request #300 from jbkkd/master
Hsiaoming Yang
2015-07-06
1
-1
/
+1
|
\
|
*
Revocation endpoint should return empty string, not Python 'None'
Omer Korner
2014-11-26
1
-1
/
+1
*
|
Add code to determine if client authentication is required for OAuth2 endpoin...
Weipin Xia
2015-05-07
1
-2
/
+3
|
/
*
Allow invalid token_type_hint.
Rodney Richardson
2014-10-07
1
-0
/
+1
*
Make jsonp support in revocation endpoint optional.
Ib Lundgren
2014-09-25
1
-9
/
+13
*
Auto pep8 changes throughout the code base.
Ib Lundgren
2014-09-24
6
-67
/
+88
*
Change logging namespace to a tiered one.
Ib Lundgren
2014-09-24
5
-6
/
+24
*
Move docstrings above `from __future__` imports.
Kirill Spitsin
2014-04-15
7
-14
/
+11
*
Changes per PR comments
jturmel
2014-03-29
1
-10
/
+21
*
API Docs for token_expires_in. Fix #211.
Ib Lundgren
2013-09-19
1
-3
/
+51
*
Draft 11 Token Revocation Endpoint.
Ib Lundgren
2013-09-17
3
-5
/
+138
*
#200 First attempt at API cleanup to match OAuth1.
Tyler Jones
2013-08-01
1
-2
/
+2
*
Blank out scopes arg in token endpoint.
Ib Lundgren
2013-07-12
1
-0
/
+1
*
Add token_generator param to pre-configured Server. #192.
Ib Lundgren
2013-07-09
1
-2
/
+2
*
Split OAuth2 large modules into smaller ones. #168.
Ib Lundgren
2013-05-30
6
-0
/
+489