| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into add-metadata-docadd-metadata-doc | Omer Katz | 2018-12-20 | 1 | -2/+2 |
| |\ | |||||
| | * | Merge branch 'master' into 631-use-pytest | Jonathan Huot | 2018-12-17 | 2 | -3/+17 |
| | |\ | |||||
| | * | | Use pytest as test framework | Florent Captier | 2018-12-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | Closes #631 | ||||
| * | | | Merge branch 'master' into add-metadata-doc | Jonathan Huot | 2018-12-16 | 2 | -3/+17 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | challenge can have a length of 128 when using maximum size of verifier+plain. | Jonathan Huot | 2018-12-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Initial OAuth2.0/PKCE Provider support | Jonathan Huot | 2018-11-29 | 2 | -3/+17 |
| | |/ | |||||
| * | | Add metadata documentation with quick example | Jonathan Huot | 2018-12-13 | 1 | -0/+72 |
| | | | |||||
| * | | Add OAuth2.0 Authorization Server Metadata documentation | Jonathan Huot | 2018-12-13 | 1 | -2/+4 |
| |/ | |||||
| * | Add OIDC and id_token as JWT exampleoidc-doc | Jonathan Huot | 2018-11-23 | 4 | -21/+96 |
| | | |||||
| * | Merge branch 'master' into master | Jonathan Huot | 2018-10-04 | 4 | -5/+57 |
| |\ | |||||
| | * | Correct capitalization of PyPI | Jon Dufresne | 2018-09-16 | 1 | -1/+1 |
| | | | | | | | | | As spelled on https://pypi.org/. | ||||
| | * | Remove last remaining G+ reference. (#598) | Pieter Ennes | 2018-09-15 | 2 | -4/+4 |
| | | | | | | | (Cherry picked from f3ae98cef91e140b10d25fbd496622d879cc0c0c) | ||||
| | * | idea for documentation in contributing.rst | jonathan vanasco | 2018-09-11 | 1 | -0/+52 |
| | | | |||||
| * | | Mention `oauth_body_hash` in OAuth1 client docs | Jordan | 2018-08-30 | 1 | -3/+11 |
| |/ | | | | | While the previous documentation was not wrong in that non-formencoded data are not included in the signature for traditional OAuth1 service providers, the library does still include an `oauth_body_hash` for non-formencoded data. Update the documentation to include mention of the `oauth_body_hash` with a notice that validation of said parameter may not be supported by all service providers, but will nevertheless provide an additional integrity check for those that do support it. | ||||
| * | Replaced NCoC with Django CoC | Jonathan Huot | 2018-08-17 | 1 | -4/+7 |
| | | |||||
| * | Merge branch 'master' into community_rules | Jonathan Huot | 2018-08-13 | 4 | -11/+131 |
| |\ | |||||
| | * | Merge branch 'master' into docs-jwt | Jonathan Huot | 2018-08-10 | 6 | -18/+33 |
| | |\ | |||||
| | * | | Added access_token as JWT examples, and updated JWT grant section | Jonathan Huot | 2018-08-10 | 4 | -11/+131 |
| | | | | | | | | | | | | | A confusion between JWT as token and as authentication mechanism was introduced long-time back and I tried to make a bit of clarity to not confuse again the newcomers. | ||||
| * | | | Add NCoC and Code of merit | Jonathan Huot | 2018-08-13 | 1 | -0/+22 |
| | |/ |/| | |||||
| * | | Fixed bad copy/paste | Jonathan Huot | 2018-08-10 | 1 | -2/+2 |
| | | | |||||
| * | | Updated python versions | Jonathan Huot | 2018-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Added upstream test as best practice | Jonathan Huot | 2018-08-10 | 1 | -0/+11 |
| | | | |||||
| * | | Mention our "extra" flags somewhere. | Jonathan Huot | 2018-08-10 | 1 | -2/+6 |
| | | | |||||
| * | | Removed last occurences of G+ with Gitter | Jonathan Huot | 2018-08-10 | 3 | -7/+7 |
| | | | |||||
| * | | Fixed typo | Jonathan Huot | 2018-08-10 | 1 | -5/+5 |
| | | | |||||
| * | | Added credits to Idan & team. | Jonathan Huot | 2018-08-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'master' into oauth2-introspect | Pieter Ennes | 2018-05-26 | 15 | -33/+49 |
| |\ | |||||
| | * | Use secrets module in Python 3.6 and later (#533) | Olaf Conradi | 2018-04-13 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | The secrets module should be used for generating cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets. In particularly, secrets should be used in preference to the default pseudo-random number generator in the random module, which is designed for modelling and simulation, not security or cryptography. | ||||
| | * | Fix ReadTheDocs build (#521) | Jonathan Huot | 2018-03-18 | 1 | -2/+1 |
| | | | |||||
| | * | Rtd docs fix (#515) | Jonathan Huot | 2018-02-28 | 13 | -19/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added sphinx build for developers Rationale is to build docs locally to prevent RTD to break later. * Replace manual sphinx into make * Renamed idan URL to oauthlib community * Renamed http into https URLs since http is returning 302 * python requests library renamed its home URL * Add ignore list for "make linkcheck" linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account * virtualenv changed its homepage and website. * Fixed broken link | ||||
| | * | Added bottle-oauthlib (#509) | Jonathan Huot | 2018-01-02 | 3 | -7/+20 |
| | | | |||||
| * | | Added initial introspect support | Jonathan Huot | 2017-12-18 | 3 | -1/+32 |
| |/ | |||||
| * | Sorted imports. | Omer Katz | 2017-09-17 | 1 | -2/+4 |
| | | |||||
| * | Documented PyJWT dependency for RSA-SHA1 signatures. | Hoylen Sue | 2017-08-01 | 2 | -8/+9 |
| | | |||||
| * | Fixed client.rst | Aj | 2017-03-06 | 1 | -1/+1 |
| | | | | Fixed grammar on line 7. | ||||
| * | Updated docs for custom validators | Brendan McCollam | 2016-12-22 | 2 | -1/+7 |
| | | |||||
| * | Docs for custom validator registration | Brendan McCollam | 2016-12-22 | 5 | -0/+10 |
| | | |||||
| * | Merge pull request #416 from joelstevenson/openid_connect | Omer Katz | 2016-08-28 | 5 | -0/+41 |
| |\ | | | | | Openid connect | ||||
| | * | Move the claims handling into OpenIDConnectBase._inflate_claims() and a new ↵ | Joel Stevenson | 2016-08-18 | 5 | -0/+41 |
| | | | | | | | | | | | | | AuthCodeGrantDispatcher to route requests to either the default AuthorizationCodeGrant or OpenIDConnectAuthCode depending on scope when the request's response_type is a simple (ambiguous) 'code'. Include basic docs about OpenID Connect auth flow support | ||||
| * | | Convert readthedocs link for their .org -> .io migration for hosted projects ↵ | Adam Chainz | 2016-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | (#427) As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. | ||||
| * | | access -> accessed | Thomas Bartelmess | 2016-04-13 | 1 | -1/+1 |
| |/ | |||||
| * | Code ident in server doc | Yohan Boniface | 2015-10-26 | 1 | -8/+8 |
| | | |||||
| * | Merge pull request #325 from djmitche/token_generator_fix | Omer Katz | 2015-07-19 | 1 | -1/+3 |
| |\ | | | | | Fix documentation for token_generator signature | ||||
| | * | Fix documentation for token_generator signature | Dustin J. Mitchell | 2015-02-27 | 1 | -1/+3 |
| | | | |||||
| * | | Merge pull request #326 from CoolGoose/patch-2 | Omer Katz | 2015-07-19 | 1 | -1/+3 |
| |\ \ | | | | | | | fix method params and clarify oauth_protected | ||||
| | * | | fix method params and clarify oauth_protected | Alexandru Bucur | 2015-03-01 | 1 | -1/+3 |
| | |/ | |||||
| * | | more code indent issues | Cal Leeming | 2015-06-19 | 1 | -63/+63 |
| | | | |||||
| * | | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵ | Joseph Tate | 2015-04-14 | 3 | -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-1 | Ib Lundgren | 2015-04-02 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix documentation | ||||
| | * | | Fix documentation | shuisman | 2014-12-09 | 1 | -1/+1 |
| | |/ | | | | | typo | ||||
