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 debug logging
Idan Gazit
2012-04-24
1
-0
/
+8
|
*
Render request before collecting parameters
Idan Gazit
2012-04-24
1
-3
/
+7
|
*
Allow rendering of body signatures without supplied body params
Idan Gazit
2012-04-24
1
-3
/
+3
|
*
Disable strict parsing when extracting parameters.
Idan Gazit
2012-04-23
1
-1
/
+4
|
*
Document that collect_parameters expects headers as a dict
Idan Gazit
2012-04-23
1
-0
/
+2
|
*
PEP8, whitespace cleanup. Unused code/imports removal.
Idan Gazit
2012-04-23
4
-12
/
+8
|
*
Merge branch 'master' into features/request_object
Idan Gazit
2012-04-23
6
-68
/
+212
|
|
\
|
*
|
Updated Client internals using Request
Idan Gazit
2012-04-23
2
-51
/
+83
|
*
|
Make method signatures in parameters.py consistent
Idan Gazit
2012-04-23
2
-66
/
+51
|
*
|
Use extract_params to normalize behavior in signature.py
Idan Gazit
2012-04-23
2
-11
/
+9
|
*
|
Add Request representation
Idan Gazit
2012-04-23
2
-0
/
+155
*
|
|
Improving in-line documentation of oauth1 rfc5849 signatures (section 3.4) fo...
David Gouldin
2012-04-24
1
-37
/
+339
|
|
/
|
/
|
*
|
Removing now-unneeded utf8_str.
David Gouldin
2012-04-20
2
-18
/
+0
*
|
Normalizing as much as possible to unicode, pulling in non-unicode functions ...
David Gouldin
2012-04-20
6
-50
/
+142
*
|
Merge pull request #20 from calebbrown/master
Idan Gazit
2012-04-18
6
-16
/
+90
|
\
\
|
|
/
|
/
|
|
*
Add self to AUTHORS
Caleb Brown
2012-04-19
1
-0
/
+1
|
*
Add comment indicating why we need "safe='~'" in the call to urllib.quote.
Caleb Brown
2012-04-19
1
-0
/
+2
|
*
Revert "Make prepare_headers return non-unicode strings."
Caleb Brown
2012-04-19
1
-4
/
+4
|
*
Revert "Add support to OAuth1 for including body in the base string based on"
Caleb Brown
2012-04-19
2
-43
/
+20
|
*
Allow empty secrets when generating the OAuth1 HMAC SHA1 Signature.
Caleb Brown
2012-04-19
1
-2
/
+3
|
*
Add support to OAuth1 for including body in the base string based on
Caleb Brown
2012-04-18
2
-20
/
+43
|
*
Make sure the OAuth1 client doens't drop headers when signing requests.
Caleb Brown
2012-04-18
1
-1
/
+1
|
*
Update the tests. Strengthen the unescape and escape tests and add more
Caleb Brown
2012-04-18
2
-5
/
+21
|
*
Make prepare_headers return non-unicode strings.
Caleb Brown
2012-04-18
1
-4
/
+4
|
*
Pass through the request method to the client when generating signature.
Caleb Brown
2012-04-18
1
-1
/
+1
|
*
Fix a bug in oauth1.signature.collect_parameters preventing unescaping.
Caleb Brown
2012-04-18
2
-1
/
+51
|
*
urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix.
Caleb Brown
2012-04-18
2
-5
/
+9
|
*
Extract the signature method for the signature method, not the
Caleb Brown
2012-04-18
1
-1
/
+1
|
*
Fix some some broken constants and vars in the OAuth1 Server.
Caleb Brown
2012-04-18
1
-5
/
+5
|
/
*
Merge branch 'master' of github.com:idangazit/oauthlib
Idan Gazit
2012-04-15
2
-34
/
+76
|
\
|
*
Updating oauth1 parameters.prepare_headers in order to apply more of the spec...
David Gouldin
2012-04-14
2
-34
/
+76
*
|
Tagging 0.0.2
0.0.2
Idan Gazit
2012-04-12
1
-1
/
+1
*
|
PEP8 cleanup
Idan Gazit
2012-04-12
1
-11
/
+10
*
|
Add MANIFEST.in
Idan Gazit
2012-04-12
1
-0
/
+1
|
/
*
Rough documentation of Client usage aspects
Idan Gazit
2012-04-12
1
-1
/
+19
*
Rename sign_request to sign
Idan Gazit
2012-04-12
1
-1
/
+3
*
Improve docstring of escape()
Idan Gazit
2012-04-12
1
-1
/
+1
*
Add author/email to setup.py
v0.0.1
Idan Gazit
2012-04-11
1
-2
/
+2
*
Update project description and readme
Idan Gazit
2012-04-11
2
-3
/
+13
*
PEP8 cleanup and fix OAuth2 import paths
Idan Gazit
2012-04-11
3
-13
/
+10
*
Move OAuth2 utils to their proper home
Idan Gazit
2012-04-11
2
-0
/
+0
*
Merge branch 'master' of github.com:idangazit/oauthlib
Idan Gazit
2012-04-11
2
-0
/
+185
|
\
|
*
Merge pull request #16 from ib-lundgren/oauth2_utils
Idan Gazit
2012-04-11
2
-0
/
+185
|
|
\
|
|
*
Utility methods for OAuth2
Ib Lundgren
2012-03-31
2
-0
/
+185
*
|
|
PEP8 cleanup of OAuth2 bits
Idan Gazit
2012-04-11
2
-49
/
+52
|
/
/
*
|
Move oauth2 bits to their new home
Idan Gazit
2012-04-11
2
-0
/
+0
*
|
Merge pull request #17 from ib-lundgren/oauth2_tokens
Idan Gazit
2012-04-11
2
-0
/
+210
|
\
\
|
*
|
Bearer and MAC token support
Ib Lundgren
2012-03-31
2
-0
/
+210
|
|
/
*
|
PEP8 cleanup
Idan Gazit
2012-04-11
4
-4
/
+7
*
|
Merge branch 'master' of github.com:idangazit/oauthlib
Idan Gazit
2012-04-11
21
-84
/
+244
|
\
\
[prev]
[next]