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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restructure API docs to mimic code structure more.
Ib Lundgren
2013-09-17
29
-337
/
+848
*
Brief docs overview of the token revocation endpoint.
Ib Lundgren
2013-09-17
1
-0
/
+27
*
0.6.0
0.6.0
Ib Lundgren
2013-09-13
1
-2
/
+2
*
Merge pull request #201 from squirly/#200
Ib Lundgren
2013-08-03
2
-31
/
+26
|
\
|
*
#200 First attempt at API cleanup to match OAuth1.
Tyler Jones
2013-08-01
2
-31
/
+26
*
|
Fixed error in example, added myself to authors.
Tyler Jones
2013-08-01
1
-1
/
+1
*
|
#199 Proposed API changes for endpoints.
Tyler Jones
2013-08-01
1
-6
/
+4
*
|
Fixed flask server example.
Tyler Jones
2013-07-31
1
-1
/
+1
*
|
Updated flask server example.
Tyler Jones
2013-07-26
1
-2
/
+8
|
/
*
0.5.1
0.5.1
Ib Lundgren
2013-07-26
1
-1
/
+1
*
Made sure all endpoints used the self._create_request() method and referred t...
Kyle
2013-07-19
1
-1
/
+1
*
0.5.0
0.5.0
Ib Lundgren
2013-07-09
1
-2
/
+2
*
Endpoint source documentation.
oauth1_provider_revamp
Ib Lundgren
2013-06-20
1
-0
/
+15
*
Updated documentation for OAuth 1 provider. #95
Ib Lundgren
2013-06-18
5
-104
/
+512
*
0.4.2
0.4.2
Ib Lundgren
2013-05-31
1
-1
/
+1
*
Outline example view setup for providers.
Ib Lundgren
2013-05-31
1
-4
/
+136
*
Organize documentation into directories
Devin Sevilla
2013-05-30
23
-47
/
+43
*
Remove framework specific decorators. Fix #167.
Ib Lundgren
2013-05-30
2
-94
/
+25
*
Begun documenting faq and features. Fix #119 and #117.
Ib Lundgren
2013-05-30
3
-0
/
+63
*
Fix links from draft25 - rfc move.
Ib Lundgren
2013-05-30
13
-30
/
+18
*
Fix #78.
Ib Lundgren
2013-05-30
1
-1
/
+26
*
Add base OAuth2 Client to documentation
Devin Sevilla
2013-05-25
2
-0
/
+6
*
Fix extracting of scope values from POST
Stéphane Raimbault
2013-05-23
1
-1
/
+1
*
Missing required arguments in authorize()
Stéphane Raimbault
2013-05-23
1
-1
/
+2
*
Fix documentation warnings
Stéphane Raimbault
2013-05-23
1
-2
/
+2
*
Merge pull request #148 from flippmoke/master
Ib Lundgren
2013-05-21
1
-0
/
+13
|
\
|
*
Updated the documentation for dynamic scopes.
mthompson
2013-05-07
1
-0
/
+13
*
|
Merge pull request #151 from stephane/docs-django-choices
Ib Lundgren
2013-05-21
1
-2
/
+2
|
\
\
|
*
|
Fix swapped values in example of Django choices
Stéphane Raimbault
2013-05-13
1
-2
/
+2
*
|
|
0.4.1
0.4.1
Ib Lundgren
2013-05-20
1
-2
/
+2
|
/
/
*
|
Missing space in documentation
Stéphane Raimbault
2013-05-13
1
-2
/
+2
*
|
Simplification of a sentence
Stéphane Raimbault
2013-05-13
1
-3
/
+3
*
|
Wrap all paragraphs at 80 characters
Stéphane Raimbault
2013-05-13
8
-205
/
+345
|
/
*
Merge pull request #146 from stephane/docs-typo
Ib Lundgren
2013-05-06
1
-9
/
+9
|
\
|
*
Replace 3 minus signs by an equal
Stéphane Raimbault
2013-05-06
1
-9
/
+9
*
|
Fix Sphinx warnings in oauth_1_versus_oauth_2 documentation
Stéphane Raimbault
2013-05-06
1
-2
/
+8
|
/
*
fixing a few typos in the doc...
Sam Sandberg
2013-04-16
1
-2
/
+2
*
OAuth 2 skeleton provider
Ib Lundgren
2013-03-26
1
-1
/
+5
*
Note on passing user in credentials.
Ib Lundgren
2013-03-25
1
-2
/
+5
*
OAuth 1 versus 2. Fix #118.
Ib Lundgren
2013-03-07
2
-0
/
+70
*
make example code parsable to enable syntax highlighting, closes #125
Martins Grunskis
2013-03-04
2
-22
/
+26
*
generate documentation from source files, part of #125
Martins Grunskis
2013-03-04
1
-1
/
+1
*
Wreaking havoc in the world of documentation
Ib Lundgren
2013-03-02
20
-387
/
+928
*
Fixed misplaced coding string in docs
Ondrej Slinták
2013-02-14
1
-1
/
+0
*
Fixed wrong function reference in OAuth server docs
Ondrej Slinták
2013-02-13
1
-1
/
+1
*
Added extra blank line conforming to the standard.
Andrei Fokau
2013-02-07
1
-0
/
+2
*
Fixed typos in the docs.
Andrei Fokau
2013-02-07
1
-9
/
+8
*
Fixed typo and argument order in docs.
Andrei Fokau
2013-02-06
1
-1
/
+1
*
Missed import in oauth 2 provider docs
Ib Lundgren
2013-02-05
1
-0
/
+1
*
Server configurations
Ib Lundgren
2013-02-05
1
-4
/
+12
[next]