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
Commit message (
Expand
)
Author
Age
Files
Lines
*
OAuth2Error: Allow falsy values as state
Tiphaine LAURENT
2022-10-06
1
-1
/
+1
*
docs: fix typos
Kian-Meng Ang
2022-07-06
6
-7
/
+7
*
docs: Fix a few typos
Tim Gates
2022-07-03
7
-8
/
+8
*
Fixed isort imports
Dariusz Smigiel
2022-06-16
2
-6
/
+5
*
Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. (#803)
Theron Luhn
2022-03-06
1
-2
/
+2
*
Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)
Jonathan Huot
2022-02-24
4
-98
/
+76
*
Add CORS support for Refresh Token Grant.
Theron Luhn
2022-02-15
4
-18
/
+20
*
add missing slots to TokenBase
Arie Bovenberg
2022-02-13
1
-0
/
+1
*
Fixed code documentation
Jonathan Huot
2022-01-29
1
-1
/
+1
*
Add support for device authorization flow (RFC8628) (#795)
Mike Kelly
2022-01-18
4
-0
/
+113
*
PKCE (#786)
Jon Velando
2021-12-13
3
-6
/
+143
*
Add `Access-Control-Allow-Origin` header to metadata endpoint.
Theron Luhn
2021-12-13
1
-1
/
+2
*
Add support for CORS in the token endpoint.
Theron Luhn
2021-12-13
2
-0
/
+44
*
rm comma after Bearer in WWW-Authenticate header
kamenev
2021-11-14
1
-5
/
+2
*
Bug expires at (#783)
Scott Gifford
2021-10-22
1
-1
/
+4
*
fix #755: ensure save_token is called for hybrid code flow
Karim Kanso
2021-08-18
1
-0
/
+2
*
Fix RefreshTokenGrant modifiers
Nikos Sklikas
2021-06-03
1
-1
/
+1
*
Remove typo
Bella Woo
2021-05-26
1
-1
/
+0
*
Update pydoc in parameters.py
X6VmZSxczGzm9Ak5
uy-rrodriguez
2020-07-29
1
-2
/
+2
*
OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)
Hoylen Sue
2020-06-03
1
-4
/
+4
*
Remove Python 2 codes (#734)
Asif Saif Uddin
2020-05-12
22
-22
/
+0
*
Merge branch 'master' into isort-integration
Jonathan Huot
2020-04-22
5
-8
/
+23
|
\
|
*
Merge branch 'master' into fix_issue_728
Jonathan Huot
2020-04-22
2
-8
/
+19
|
|
\
|
|
*
Merge branch 'master' into master
Jonathan Huot
2020-04-22
1
-8
/
+18
|
|
|
\
|
|
|
*
Base OAuth2 Client now has a consistent way of managing the `scope`: it cons...
Sylvain MARIE
2020-04-19
1
-8
/
+18
|
|
*
|
Made code a one-liner for consistency with BackendApplicationClient
Sylvain MARIE
2020-04-09
1
-3
/
+1
|
|
*
|
`LegacyApplicationClient.prepare_request_body` now honors the default scopes ...
Sylvain MARIE
2020-04-09
1
-0
/
+3
|
|
|
/
|
*
|
MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse...
Sylvain MARIE
2020-04-19
3
-0
/
+4
|
|
/
*
|
Sorted oauthlib imports per isort 4.3.21
Anton Ruhlov
2020-04-10
22
-80
/
+78
|
/
*
typo in log message for client_credentials
Bohdan
2020-01-13
1
-1
/
+1
*
typo in log message for client_credentials
Bohdan
2020-01-13
1
-1
/
+1
*
Make grants public attributes of pre_configured server class (#613)
Ivan Anishchuk
2019-10-22
1
-42
/
+42
*
Merge branch 'master' into doc-improvement
Jonathan Huot
2019-08-30
30
-113
/
+38
|
\
|
*
The future is now
Hugo
2019-08-15
30
-60
/
+0
|
*
Drop support for legacy Python 2.7
Hugo
2019-08-15
3
-18
/
+4
|
*
Upgrade Python syntax with pyupgrade
Hugo
2019-08-15
12
-21
/
+21
|
*
Drop support for legacy Python 2.7
Hugo
2019-08-15
4
-16
/
+15
*
|
Extended the requirements of the authenticate_client method documentation.
Zsolt Balint
2019-08-10
1
-0
/
+11
|
/
*
Merge branch 'master' into oidc-userinfo
Jonathan Huot
2019-07-04
6
-7
/
+55
|
\
|
*
Merge branch 'master' into 672-fix-null-expires-in
Jonathan Huot
2019-07-04
1
-0
/
+1
|
|
\
|
|
*
Fix BackendApplicationClient.prepare_request_body
qporest
2019-07-02
1
-0
/
+1
|
*
|
Merge branch 'master' into 672-fix-null-expires-in
Omer Katz
2019-06-29
8
-8
/
+58
|
|
\
\
|
|
|
/
|
|
*
Check for authorization response errors
Mark Gregson
2019-06-06
1
-3
/
+6
|
|
*
Enforce POST HTTP method on TokenEndpoint, IntrospectEndpoint and RevocationE...
Abhishek Patel
2019-05-14
4
-2
/
+28
|
|
*
Ban all query parameters on Intropspection, Token and Revocation endpopoint
Abhishek Patel
2019-05-14
1
-8
/
+4
|
|
*
Add tests + create a global variable for blacklisted query parameters
Abhishek Patel
2019-05-14
1
-7
/
+9
|
|
*
Add validation check for presence of forbidden query parameters in OAuth2 Tok...
Abhishek Patel
2019-05-14
4
-1
/
+18
|
*
|
Handle null value in expires_in field in JSON handler
Josh Holmer
2019-04-30
1
-1
/
+4
*
|
|
Removed duplicated code for oauth2.BaseEndpoint
Jonathan Huot
2019-05-13
1
-48
/
+2
|
|
/
|
/
|
*
|
Merge branch 'master' into 670-pkce-requestinfo
Jonathan Huot
2019-05-07
2
-2
/
+5
|
\
\
[next]