summaryrefslogtreecommitdiff
path: root/docs/oauth1/security.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typosKian-Meng Ang2022-07-061-1/+1
|
* docs: Fix a few typosTim Gates2022-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | There are small typos in: - docs/oauth1/security.rst - docs/oauth2/grants/custom_grant.rst - oauthlib/oauth2/rfc6749/clients/backend_application.py - oauthlib/oauth2/rfc6749/clients/base.py - oauthlib/oauth2/rfc6749/clients/legacy_application.py - oauthlib/oauth2/rfc6749/clients/service_application.py - oauthlib/oauth2/rfc6749/clients/web_application.py - oauthlib/oauth2/rfc6749/endpoints/revocation.py - oauthlib/oauth2/rfc6749/parameters.py - oauthlib/openid/connect/core/grant_types/dispatchers.py Fixes: - Should read `parameters` rather than `paramters`. - Should read `instantiate` rather than `instanciate`. - Should read `successfully` rather than `sucessfully`. - Should read `present` rather than `pressent`. - Should read `parameter` rather than `paramater`. - Should read `efficient` rather than `effecient`.
* Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-131-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.
* Fixing some typosKevin O'Connor2014-02-121-2/+2
|
* Updated documentation for OAuth 1 provider. #95Ib Lundgren2013-06-181-0/+44