summaryrefslogtreecommitdiff
path: root/docs/faq.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-1/+1
|
* 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>
* Mention our "extra" flags somewhere.Jonathan Huot2018-08-101-2/+6
|
* Removed last occurences of G+ with GitterJonathan Huot2018-08-101-3/+3
|
* Rtd docs fix (#515)Jonathan Huot2018-02-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | * 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 Huot2018-01-021-4/+13
|
* Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵Joseph Tate2015-04-141-7/+6
| | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto
* Docs updates recovered from a broken git repo.Ib Lundgren2014-10-231-2/+59
| | | | | | | | | | | | | | 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.
* Fixing some typosKevin O'Connor2014-02-121-1/+1
|
* Begun documenting faq and features. Fix #119 and #117.Ib Lundgren2013-05-301-0/+40