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
/
oauth1
/
rfc5849
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor old Server into a base request validator. #95
Ib Lundgren
2013-06-18
1
-0
/
+751
*
Preconfigured all in one endpoint - WebApplicationServer. #95
Ib Lundgren
2013-06-18
1
-0
/
+14
*
OAuth 1 error definitions.
Ib Lundgren
2013-06-18
1
-0
/
+73
*
Resource token endpoint. #95
Ib Lundgren
2013-06-18
1
-0
/
+110
*
Access token endpoint. #95
Ib Lundgren
2013-06-18
1
-0
/
+126
*
Authorization endpoint. #95
Ib Lundgren
2013-06-18
1
-0
/
+66
*
Request token endpoint. #95
Ib Lundgren
2013-06-18
1
-0
/
+126
*
Base endpoint for parameter checking and signature verification. #95
Ib Lundgren
2013-06-18
1
-0
/
+213
*
Remove old OAuth 1 provider and make way for the new one. #95.
Ib Lundgren
2013-06-18
2
-813
/
+9
*
Fix #138.
Ib Lundgren
2013-05-29
1
-1
/
+1
*
Make escape error message more informative.
Ib Lundgren
2013-05-20
1
-1
/
+2
*
Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502
Ib Lundgren
2013-05-05
1
-1
/
+1
|
\
|
*
Fix a copy-paste-o in a link to RFC 3986
Matt McClure
2013-05-02
1
-1
/
+1
*
|
Make normalize_base_string_uri handle scheme and path more conformantly
Matt McClure
2013-05-03
1
-0
/
+12
*
|
Update, comment on, and test the implementation.
Matt McClure
2013-05-02
2
-2
/
+28
*
|
Fix defect in choice of authority for signature base string
Matt McClure
2013-05-01
2
-3
/
+4
|
/
*
Merge branch 'master' of https://github.com/idan/oauthlib
Ib Lundgren
2013-03-02
1
-14
/
+15
|
\
|
*
Log into the oauthlib namespace, not the root one
doigoid
2013-02-22
1
-14
/
+15
*
|
Docs improvements
Ib Lundgren
2013-03-02
1
-37
/
+128
|
/
*
Tidying up comments (#120).
Ib Lundgren
2013-02-20
1
-4
/
+5
*
Raise error if body supplied in signing of GET and HEAD requests (#120).
Ib Lundgren
2013-02-20
1
-3
/
+17
*
Fixed verify_request_token_request in OAuth1 server.
Ondrej Slinták
2013-02-14
1
-1
/
+11
*
Client.sign return value encoding.
Ib Lundgren
2013-02-12
1
-4
/
+37
*
Use urldecode instead of parse_qsl
Ib Lundgren
2013-02-12
1
-2
/
+3
*
Fix #83
Ib Lundgren
2013-02-07
1
-1
/
+1
*
Fix #94
Ib Lundgren
2013-02-07
1
-3
/
+3
*
Fixed typos in docstring of OAuth server.
Ondrej Slinták
2013-02-06
1
-2
/
+2
*
Merge pull request #92 from metatoaster/oauth1_callback_verify
Ib Lundgren
2013-01-15
1
-4
/
+9
|
\
|
*
Test for callback verification
Tommy Yu
2013-01-12
1
-4
/
+9
*
|
Use the correct dummy tokens
Russ Garrett
2013-01-15
1
-2
/
+4
|
/
*
Experimental default unicode conversion (#53, #68, #86)
Ib Lundgren
2013-01-07
1
-45
/
+20
*
Fix issue #86 by adding `nonce` and `timestamp` arguments to Client
Barry Warsaw
2013-01-04
1
-3
/
+14
*
Fix a typo in the code that converts arguments from bytes to unicodes.
Barry Warsaw
2013-01-04
1
-2
/
+2
*
Incremental updates to providers
Ib Lundgren
2012-12-16
1
-0
/
+21
*
Unicode decoding crash'n'burn style, default off, #53, #68.
Ib Lundgren
2012-11-19
1
-2
/
+35
*
oauth1.rfc5849.Server.verify_request(): have a consistent return value type
Senko Rasic
2012-11-13
1
-1
/
+1
*
Correct typo that set the default value of with_realm. This was caught by the...
Silas Snider
2012-11-09
1
-1
/
+1
*
clarify that only the Authorization: header can contain the realm parameter.
Silas Snider
2012-11-09
1
-2
/
+3
*
change returned request object so that it contains the realm paramter if one ...
Silas Snider
2012-11-09
2
-7
/
+7
*
OAuth 1 Server verify now return request too
Ib Lundgren
2012-11-08
1
-49
/
+52
*
fix problem with verification of initial OAuth requests which lack a resource...
Silas Snider
2012-11-07
1
-6
/
+8
*
merged master, resolved conflicts
Michael Vogt
2012-10-31
4
-90
/
+102
|
\
|
*
fix some byte/unicode arguments for Python 2.6's benefit
Michael Terry
2012-09-03
2
-2
/
+2
|
*
Support Python 3
Michael Terry
2012-08-31
4
-90
/
+102
*
|
address some of the review points from Ib
Michael Vogt
2012-10-29
1
-4
/
+5
*
|
add the "realm" at the right place
Michael Vogt
2012-09-24
1
-2
/
+1
*
|
add support for "realm" in the client
Michael Vogt
2012-09-24
1
-1
/
+3
|
/
*
Updated Server tests to match content type requirement
Ib Lundgren
2012-07-04
1
-1
/
+5
*
Exclude body if not urlencoded
Ib Lundgren
2012-06-27
1
-9
/
+15
*
Huge server update
Ib Lundgren
2012-06-25
1
-89
/
+619
[next]