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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Add nonce mandatory check for "id_token" response_type
Jonathan Huot
2019-02-25
1
-0
/
+21
|
*
|
Add nonce auth request check for authorization_code
Jonathan Huot
2019-02-25
1
-0
/
+14
|
*
|
OIDC: Raise error=invalid_request when nonce is mandatory
Jonathan Huot
2019-02-25
4
-32
/
+99
|
/
/
*
|
Merge pull request #651 from hoylen/fix-uri-normalization
Jonathan Huot
2019-02-25
4
-31
/
+71
|
\
\
|
*
\
Merge branch 'master' into fix-uri-normalization
Jonathan Huot
2019-02-25
3
-11
/
+4
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #654 from oauthlib/652-token_state
Jonathan Huot
2019-02-25
3
-11
/
+4
|
\
\
\
|
*
\
\
Merge branch 'master' into 652-token_state
652-token_state
Jonathan Huot
2019-02-22
0
-0
/
+0
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove usage of "state" for code/token response.
Jonathan Huot
2019-02-22
3
-11
/
+4
|
|
*
|
Renamed construct_base_string to signature_base_string.
Hoylen Sue
2019-02-22
3
-16
/
+21
|
|
*
|
Renamed normalize_base_string_uri to base_string_uri.
Hoylen Sue
2019-02-21
1
-2
/
+1
|
|
*
|
Merge branch 'master' into fix-uri-normalization
Jonathan Huot
2019-02-21
13
-52
/
+72
|
|
|
\
\
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #653 from oauthlib/652-token_state
Jonathan Huot
2019-02-21
13
-50
/
+70
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Removed useless set_state internal function
Jonathan Huot
2019-02-21
1
-7
/
+1
|
*
|
|
Add authorization "state" preservation back for AuthCode
Jonathan Huot
2019-02-21
1
-0
/
+7
|
*
|
|
Add clarity to the deprecation warning
Jonathan Huot
2019-02-21
1
-2
/
+2
|
*
|
|
Fix 652: removed "state" from /token response.
Jonathan Huot
2019-02-20
13
-49
/
+68
|
/
/
/
*
|
|
Merge pull request #648 from JonathanHuot/master
Jonathan Huot
2019-02-19
1
-0
/
+4
|
\
\
\
|
*
\
\
Merge branch 'master' into master
Jonathan Huot
2019-02-19
1
-13
/
+22
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add 3.0.1 changelog
Jonathan Huot
2019-01-31
1
-0
/
+4
|
|
*
|
Fixed space encoding in base string URI used in the signature base string.
Hoylen Sue
2019-02-19
3
-15
/
+55
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #647 from duaneking/master
Duane King
2019-02-02
1
-13
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pep8 and docs
Duane King
2019-01-24
1
-13
/
+22
|
*
|
Merge pull request #1 from oauthlib/master
Duane King
2019-01-24
141
-1593
/
+5545
|
|
\
\
|
|
/
/
|
/
|
|
|
|
*
Bump version
v3.0.2
Jonathan Huot
2019-07-04
1
-1
/
+1
|
|
*
Update for 3.0.2
Jonathan Huot
2019-07-04
1
-1
/
+4
|
|
*
Notifications must be sent for every build
Jonathan Huot
2019-07-04
1
-1
/
+1
|
|
*
Added missing import after test moved
Jonathan Huot
2019-07-04
1
-2
/
+5
|
|
*
Move HybridGrant test into its respective file.
Jonathan Huot
2019-07-04
2
-75
/
+76
|
|
*
Add nonce mandatory check for "id_token" response_type
Jonathan Huot
2019-07-04
1
-0
/
+21
|
|
*
Add nonce auth request check for authorization_code
Jonathan Huot
2019-07-04
1
-0
/
+14
|
|
*
OIDC: Raise error=invalid_request when nonce is mandatory
Jonathan Huot
2019-07-04
4
-32
/
+99
|
|
*
Change to 3.0.2-dev as long as master is in "dev"
Jonathan Huot
2019-07-04
2
-2
/
+2
|
|
*
Removed useless set_state internal function
Jonathan Huot
2019-07-04
1
-7
/
+1
|
|
*
Add authorization "state" preservation back for AuthCode
Jonathan Huot
2019-07-04
1
-0
/
+7
|
|
*
Add clarity to the deprecation warning
Jonathan Huot
2019-07-04
1
-2
/
+2
|
|
*
Fix 652: removed "state" from /token response.
Jonathan Huot
2019-07-04
13
-49
/
+72
|
|
/
|
/
|
*
|
Bump to 3.0.1
v3.0.1
Jonathan Huot
2019-01-24
1
-1
/
+1
*
|
Fix 644, Add tests for BasicAuth credentials for all endpoints (#645)
Jonathan Huot
2019-01-11
4
-10
/
+65
*
|
Fixed graphviz/dot graph & improved clarity (#642)
Jonathan Huot
2019-01-08
2
-27
/
+80
*
|
Merge pull request #639 from oauthlib/3-release
v3.0.0
Jonathan Huot
2019-01-07
8
-17
/
+320
|
\
\
|
*
|
Add Breaking Changes section & split Bugfixes
3-release
Jonathan Huot
2019-01-07
1
-6
/
+9
|
*
|
Replace latest occurences of Gazit w/ new community
Jonathan Huot
2018-12-28
1
-3
/
+3
|
*
|
Bump to 2019
Jonathan Huot
2018-12-28
3
-3
/
+3
|
*
|
Update Changelog to 3.0.0
Jonathan Huot
2018-12-28
2
-3
/
+41
|
*
|
Add OAuth2 Provider oauthlib-flow
Jonathan Huot
2018-12-28
5
-9
/
+271
|
/
/
*
|
Fix invalid escape sequence in tests (#637)
Jon Dufresne
2018-12-27
1
-1
/
+1
*
|
Pass python_requires argument to setuptools (#636)
Jon Dufresne
2018-12-27
1
-0
/
+1
*
|
Remove unused 'tests_require' from setup.py (#638)
Jon Dufresne
2018-12-26
1
-5
/
+1
*
|
Merge pull request #635 from jdufresne/requires
Jonathan Huot
2018-12-26
1
-3
/
+0
|
\
\
|
*
|
Remove unused 'requires' variable form setup.py
Jon Dufresne
2018-12-26
1
-3
/
+0
|
/
/
[prev]
[next]