summaryrefslogtreecommitdiff
path: root/docs/oauth2/endpoints
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-062-2/+2
|
* OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)Hoylen Sue2020-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding support for RSA-SHA256. * Added support for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods. * Made version dependencies consistent. * Updated OAuth1 signature tests. * Fixed parsing of netloc/host. Deprecated old functions. * Refactored and expanded tests to include signature validate. * Update docs for HMAC-SHA512, RSA-SHA256 and RSA-SHA512 signature methods. * Updated code comments in oauth1 signatures module. * Updated changelog. * Update docs/feature_matrix.rst Co-Authored-By: Omer Katz <omer.drow@gmail.com> * Used parenthesis instead of backslash to break lines. * Fixed typo Co-authored-by: Omer Katz <omer.drow@gmail.com> Co-authored-by: Omer Katz <omer.drow@gmail.com>
* Add metadata documentation with quick exampleJonathan Huot2018-12-131-0/+72
|
* Add OAuth2.0 Authorization Server Metadata documentationJonathan Huot2018-12-131-2/+4
|
* Add OIDC and id_token as JWT exampleoidc-docJonathan Huot2018-11-231-1/+1
|
* Remove last remaining G+ reference. (#598)Pieter Ennes2018-09-151-1/+1
| | | (Cherry picked from f3ae98cef91e140b10d25fbd496622d879cc0c0c)
* Merge branch 'master' into oauth2-introspectPieter Ennes2018-05-261-1/+1
|\
| * Added bottle-oauthlib (#509)Jonathan Huot2018-01-021-1/+1
| |
* | Added initial introspect supportJonathan Huot2017-12-182-1/+31
|/
* Fix documentationshuisman2014-12-091-1/+1
| | | typo
* 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
* Fixing some typosKevin O'Connor2014-02-123-6/+6
|
* Fix all application/json mimetypes.Hsiaoming Yang2013-10-121-1/+1
|
* Restructure API docs to mimic code structure more.Ib Lundgren2013-09-175-0/+305