summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #325 from djmitche/token_generator_fixOmer Katz2015-07-191-1/+3
|\ | | | | Fix documentation for token_generator signature
| * Fix documentation for token_generator signatureDustin J. Mitchell2015-02-271-1/+3
| |
* | Merge pull request #326 from CoolGoose/patch-2Omer Katz2015-07-191-1/+3
|\ \ | | | | | | fix method params and clarify oauth_protected
| * | fix method params and clarify oauth_protectedAlexandru Bucur2015-03-011-1/+3
| |/
* | more code indent issuesCal Leeming2015-06-191-63/+63
| |
* | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-143-28/+20
| | | | | | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* | Merge pull request #303 from shuisman/patch-1Ib Lundgren2015-04-021-1/+1
|\ \ | | | | | | Fix documentation
| * | Fix documentationshuisman2014-12-091-1/+1
| |/ | | | | typo
* | precise oauth1 client workflowst4lk2015-03-261-3/+4
|/
* updated token endpoint documentation to reflect current behavior,the token ↵Enrique Garcia2014-10-271-4/+1
| | | | contains a string with the scopes separated by spaces
* Docs updates recovered from a broken git repo.Ib Lundgren2014-10-238-20/+183
| | | | | | | | | | | | | | Draft release process doc to try force myself into more structured releases in the future. A few initial notes on how to report errors. Added a few common exceptions to the FAQ. Removed supported versions from feature matrix. They are all available in setup.py metadata. Move JWT tokens to grant types where it (confusingly) belongs.
* Fetch docs version from oauthlib.__version__Ib Lundgren2014-10-231-3/+4
|
* Document environment variablesDavid Baumgold2014-10-163-25/+45
|
* Add documentation of OAUTHLIB_STRICT_TOKEN_TYPEChad Whitacre2014-09-221-0/+9
|
* Create Signature Only OAuth1 EndpointRyan Hiebert2014-09-112-0/+6
| | | | | | | | | | | | | | In certain cases a provider may wish to verify the signature of an oauth request without doing anything more with it. Learning Tools Interoperability (LTI), for example, uses "0-legged OAuth" for it's signature verification process. http://www.imsglobal.org/lti/ http://andyfmiller.com/2013/02/10/does-lti-use-oauth/ This adds a new ``SignatureOnlyEndpoint`` that implements only the client validation and signature verification, and leaves off the other parts that would need to be validated.
* Removed mention of django-oauth-toolkit from oauth1 server docs.Kirill Spitsin2014-04-151-2/+0
| | | django-oauth-tools doesn't seem to support oauth1.
* Fixing some typosKevin O'Connor2014-02-129-15/+15
|
* Just a Typo in the headersMajiD Fatemian2013-12-231-1/+1
| | | Instead of the Content-Type it was mentioned Authorization.
* Fix all application/json mimetypes.Hsiaoming Yang2013-10-121-1/+1
|
* Add supported versions and platforms to docs.Ib Lundgren2013-09-191-4/+27
|
* Add installation instructions for pypi, github and a few OSs. Fix #77.Ib Lundgren2013-09-193-1/+73
|
* Remove now obsolete doc files.Ib Lundgren2013-09-194-436/+0
|
* Restructure API docs to mimic code structure more.Ib Lundgren2013-09-1729-337/+848
|
* Brief docs overview of the token revocation endpoint.Ib Lundgren2013-09-171-0/+27
|
* 0.6.00.6.0Ib Lundgren2013-09-131-2/+2
|
* Merge pull request #201 from squirly/#200Ib Lundgren2013-08-032-31/+26
|\ | | | | OAuth2 API cleanup to match OAuth1. Proposal for Issue #200
| * #200 First attempt at API cleanup to match OAuth1.Tyler Jones2013-08-012-31/+26
| |
* | Fixed error in example, added myself to authors.Tyler Jones2013-08-011-1/+1
| |
* | #199 Proposed API changes for endpoints.Tyler Jones2013-08-011-6/+4
| |
* | Fixed flask server example.Tyler Jones2013-07-311-1/+1
| |
* | Updated flask server example.Tyler Jones2013-07-261-2/+8
|/
* 0.5.10.5.1Ib Lundgren2013-07-261-1/+1
|
* Made sure all endpoints used the self._create_request() method and referred ↵Kyle2013-07-191-1/+1
| | | | to request.resource_owner_key instead of request.oauth_token
* 0.5.00.5.0Ib Lundgren2013-07-091-2/+2
|
* Endpoint source documentation.oauth1_provider_revampIb Lundgren2013-06-201-0/+15
|
* Updated documentation for OAuth 1 provider. #95Ib Lundgren2013-06-185-104/+512
|
* 0.4.20.4.2Ib Lundgren2013-05-311-1/+1
|
* Outline example view setup for providers.Ib Lundgren2013-05-311-4/+136
|
* Organize documentation into directoriesDevin Sevilla2013-05-3023-47/+43
|
* Remove framework specific decorators. Fix #167.Ib Lundgren2013-05-302-94/+25
|
* Begun documenting faq and features. Fix #119 and #117.Ib Lundgren2013-05-303-0/+63
|
* Fix links from draft25 - rfc move.Ib Lundgren2013-05-3013-30/+18
|
* Fix #78.Ib Lundgren2013-05-301-1/+26
|
* Add base OAuth2 Client to documentationDevin Sevilla2013-05-252-0/+6
|
* Fix extracting of scope values from POSTStéphane Raimbault2013-05-231-1/+1
| | | | Many inputs with same name are stored in a list.
* Missing required arguments in authorize()Stéphane Raimbault2013-05-231-1/+2
|
* Fix documentation warningsStéphane Raimbault2013-05-231-2/+2
|
* Merge pull request #148 from flippmoke/masterIb Lundgren2013-05-211-0/+13
|\ | | | | Flask OAuth2 Provider and Dynamic Scopes
| * Updated the documentation for dynamic scopes.mthompson2013-05-071-0/+13
| |
* | Merge pull request #151 from stephane/docs-django-choicesIb Lundgren2013-05-211-2/+2
|\ \ | | | | | | Fix swapped values in example of Django choices