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
/
clients
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BackendApplicationClient.prepare_request_body
qporest
2019-07-02
1
-0
/
+1
*
fix include_client_id argument
Arjan Keeman
2019-04-01
3
-33
/
+33
*
pep8 and docs
Duane King
2019-01-24
1
-13
/
+22
*
change: response_type as attribute
mlboy
2018-12-12
1
-1
/
+3
*
change: grant_type as attribute
mlboy
2018-12-12
1
-1
/
+2
*
change: grant_type as attribute
mlboy
2018-12-12
1
-1
/
+3
*
change: grant_type as attribute
mlboy
2018-12-12
1
-1
/
+3
*
change: grant_type as attribute
mlboy
2018-12-12
1
-2
/
+4
*
* changed "function definition" to "function signature" in two docstrings
jonathan vanasco
2018-09-20
1
-1
/
+1
*
migrated `include_client_id` to `prepare_request_token`
jonathan vanasco
2018-09-17
4
-7
/
+42
*
* added support for empty strings of `client_secret`
jonathan vanasco
2018-09-17
1
-0
/
+8
*
* addresing ticket #585
jonathan vanasco
2018-09-13
5
-14
/
+39
*
cleanup on docs fixes
jonathan vanasco
2018-09-11
1
-1
/
+1
*
Add missing NotImplementedError (#499)
Grey Li
2018-05-26
1
-0
/
+1
*
Backward compatibility fix for requests-oauthlib. (#546)
Pieter Ennes
2018-05-18
3
-6
/
+12
*
Avoid populating spurious token credentials (#542)
Pieter Ennes
2018-05-08
3
-9
/
+14
*
Fixed some copy and paste typos (#535)
paulie4
2018-04-13
1
-2
/
+2
*
Rtd docs fix (#515)
Jonathan Huot
2018-02-28
6
-26
/
+26
*
Fix cliend_id in web request body (#505)
Antoine Bertin
2018-01-29
1
-1
/
+1
*
Check access token in self.token dict (#500)
Grey Li
2017-11-14
1
-1
/
+1
*
Sorted imports.
Omer Katz
2017-09-17
6
-18
/
+12
*
Fix base imports
Tiziano Perrucci
2017-03-08
1
-1
/
+1
*
Changed all implicit imports * with explicit classes imports
Tiziano Perrucci
2017-03-08
1
-1
/
+1
*
Fix typo in docstring.
Vincent Kuwornu
2016-07-07
1
-1
/
+1
*
Fix and remove missing attribute: _client
myyang
2015-07-01
1
-1
/
+1
*
Fix redirect_url typo and add test cases for function.
myyang
2015-06-29
1
-1
/
+1
*
Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...
Joseph Tate
2015-04-14
1
-3
/
+0
*
Merge branch 'scope-change-signal' of https://github.com/singingwolfboy/oauth...
Ib Lundgren
2014-10-23
1
-11
/
+7
|
\
|
*
Dispatch a blinker signal on scope change, instead of raising a warning
David Baumgold
2014-10-05
4
-47
/
+49
*
|
First step towards supporting JWT bearer grants.
ibl
2014-10-16
2
-0
/
+180
*
|
Move identical token resposne parsing into base.
ibl
2014-10-16
4
-297
/
+51
|
/
*
Sketching out an improved OAuth 2 client API.
autopep8
Ib Lundgren
2014-09-25
1
-73
/
+243
*
Client side creation of OAuth2 revocation requests.
Ib Lundgren
2014-09-25
1
-0
/
+57
*
Auto pep8 changes throughout the code base.
Ib Lundgren
2014-09-24
5
-23
/
+29
*
Move docstrings above `from __future__` imports.
Kirill Spitsin
2014-04-15
6
-12
/
+11
*
Accept new unix timestamp param expires_at in tokens.
Ib Lundgren
2013-10-04
1
-4
/
+6
*
move uri.lower() to is_secure_transport
Hsiaoming Yang
2013-05-31
1
-1
/
+1
*
another debug-mode. #170
Hsiaoming Yang
2013-05-31
1
-1
/
+2
*
Split OAuth2 large modules into smaller ones. #168.
Ib Lundgren
2013-05-30
6
-0
/
+1003