Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved OIDC documentationdoc-oidc | Jonathan Huot | 2019-10-28 | 9 | -14/+147 |
| | |||||
* | Merge branch 'master' into docs-flows-hooksdocs-flows-hooks | Jonathan Huot | 2019-08-01 | 1 | -0/+1 |
|\ | |||||
| * | Add UserInfoEndpoint to the OIDC Provider support. | Jonathan Huot | 2019-05-13 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into docs-flows-hooks | Jonathan Huot | 2019-07-09 | 1 | -8/+9 |
|\ \ | |/ | |||||
| * | Merge branch 'master' into oidc-hashes | Jonathan Huot | 2019-04-26 | 1 | -0/+3 |
| |\ | |||||
| * | | Renamed fill into finalize to add clarity | Jonathan Huot | 2019-03-26 | 1 | -3/+3 |
| | | | |||||
| * | | Add technicals fields of `id_token` in oauthlib OIDC support | Jonathan Huot | 2019-02-28 | 1 | -8/+9 |
| | | | | | | | | | | | | A new RequestValidator `fill_id_token` has been introduced to replace `get_id_token`. It aims to have the bare minimum amount of fields to complete a full OIDC id_token support. `get_id_token` is still valid but optional, and if it is implemented, `fill_id_token` will not be called. The current `fill_id_token` came with full support of `aud`, `iat`, `nonce`, `at_hash` and `c_hash`. More could come in the future e.g. `auth_time`, ... | ||||
| * | | Removed duplicated OIDC members in OAuth2.RequestValidator | Jonathan Huot | 2019-02-28 | 1 | -2/+4 |
| | | | |||||
* | | | Add hooks to highlight the possibilities of the framework | Jonathan Huot | 2019-04-30 | 1 | -18/+69 |
| |/ |/| | | | | | The grey color has been used to show that's optional, and a loop arrow to represent that multiple hooks can be stacked. We can distinctly see three kind of hooks: 1) pre/post+token/auth 2) generate access/refresh tokens 3) code/token modifiers. Also, I have added the optional RequestValidator.rotate_refresh_token callback. | ||||
* | | Update documentation | Abhishek Patel | 2019-04-23 | 1 | -0/+3 |
| | | |||||
* | | Removed duplicated OIDC members in OAuth2.RequestValidator | Jonathan Huot | 2019-02-28 | 1 | -2/+4 |
|/ | |||||
* | Fixed graphviz/dot graph & improved clarity (#642) | Jonathan Huot | 2019-01-08 | 2 | -27/+80 |
| | | | | | | I fixed graphviz missing output to web responses (see image of https://github.com/oauthlib/oauthlib/pull/639), and I have added a fixed rank (`rank=same`) when functions are achieving an identical goal. E.g. `validate_client_id`, `validate_user`, `validate_bearer_token` are unique for each flows, or, e.g. `confirm_redirect_uri`, `validate_redirect_uri` together, and so on.  | ||||
* | Add OAuth2 Provider oauthlib-flow | Jonathan Huot | 2018-12-28 | 3 | -6/+263 |
| | |||||
* | Merge branch 'master' into add-metadata-doc | Jonathan Huot | 2018-12-16 | 1 | -0/+11 |
|\ | |||||
| * | 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 | 1 | -0/+11 |
| | | |||||
* | | 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 | 3 | -6/+60 |
| | |||||
* | Remove last remaining G+ reference. (#598) | Pieter Ennes | 2018-09-15 | 1 | -1/+1 |
| | | | (Cherry picked from f3ae98cef91e140b10d25fbd496622d879cc0c0c) | ||||
* | Merge branch 'master' into docs-jwt | Jonathan Huot | 2018-08-10 | 1 | -2/+2 |
|\ | |||||
| * | Removed last occurences of G+ with Gitter | Jonathan Huot | 2018-08-10 | 1 | -2/+2 |
| | | |||||
* | | 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. | ||||
* | Merge branch 'master' into oauth2-introspect | Pieter Ennes | 2018-05-26 | 7 | -11/+15 |
|\ | |||||
| * | Rtd docs fix (#515) | Jonathan Huot | 2018-02-28 | 6 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -3/+7 |
| | | |||||
* | | Added initial introspect support | Jonathan Huot | 2017-12-18 | 2 | -1/+31 |
|/ | |||||
* | 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 | 3 | -0/+39 |
|\ | | | | | Openid connect | ||||
| * | Move the claims handling into OpenIDConnectBase._inflate_claims() and a new ↵ | Joel Stevenson | 2016-08-18 | 3 | -0/+39 |
| | | | | | | | | | | | | 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 | ||||
* | | 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 |
| | | |||||
* | | more code indent issues | Cal Leeming | 2015-06-19 | 1 | -63/+63 |
| | | |||||
* | | Fix documentation | shuisman | 2014-12-09 | 1 | -1/+1 |
|/ | | | typo | ||||
* | updated token endpoint documentation to reflect current behavior,the token ↵ | Enrique Garcia | 2014-10-27 | 1 | -4/+1 |
| | | | | contains a string with the scopes separated by spaces | ||||
* | Docs updates recovered from a broken git repo. | Ib Lundgren | 2014-10-23 | 3 | -1/+1 |
| | | | | | | | | | | | | | | 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. | ||||
* | Document environment variables | David Baumgold | 2014-10-16 | 3 | -25/+45 |
| | |||||
* | Add documentation of OAUTHLIB_STRICT_TOKEN_TYPE | Chad Whitacre | 2014-09-22 | 1 | -0/+9 |
| | |||||
* | Fixing some typos | Kevin O'Connor | 2014-02-12 | 3 | -6/+6 |
| | |||||
* | Fix all application/json mimetypes. | Hsiaoming Yang | 2013-10-12 | 1 | -1/+1 |
| | |||||
* | Add installation instructions for pypi, github and a few OSs. Fix #77. | Ib Lundgren | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Remove now obsolete doc files. | Ib Lundgren | 2013-09-19 | 3 | -401/+0 |
| | |||||
* | Restructure API docs to mimic code structure more. | Ib Lundgren | 2013-09-17 | 19 | -320/+791 |
| | |||||
* | Brief docs overview of the token revocation endpoint. | Ib Lundgren | 2013-09-17 | 1 | -0/+27 |
| | |||||
* | #200 First attempt at API cleanup to match OAuth1. | Tyler Jones | 2013-08-01 | 2 | -31/+26 |
| | |||||
* | Outline example view setup for providers. | Ib Lundgren | 2013-05-31 | 1 | -4/+136 |
| | |||||
* | Organize documentation into directories | Devin Sevilla | 2013-05-30 | 18 | -0/+823 |