aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/twofactor.rst
Commit message (Collapse)AuthorAgeFilesLines
* support byteslike for OTP (#4710)Paul Kehrer2019-01-171-6/+8
|
* a few docs fixes and language improvements (#4472)Paul Kehrer2018-09-141-6/+6
|
* let's talk about bits baby (#3956)Paul Kehrer2017-10-111-12/+13
|
* Update example code to use recommended 160 bits (#3088)Dave Brondsema2016-08-161-2/+2
| | | I found the examples with `os.urandom(16)` generated URIs that Google Authenticator and Duo two-factor apps did not even recognize as supported. This increases the key to the recommended 160 bits, and the URIs now work with both of those apps.
* Remove provider language from docs (#3072)Gabriel Orisaka2016-07-311-4/+4
|
* A few small cleanups (#3046)Alex Gaynor2016-07-181-2/+2
|
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-161-2/+22
| | | | | | | | | | * Add an enforce_key_length parameter to HOTP and TOTP. * Document changes in docs. * Add some words to the wordlist. * Add versionadded to docs.
* add versionadded to the get_provision_uri methods on TOTP/HOTPPaul Kehrer2015-08-091-0/+4
|
* some docs cleanup for OTPPaul Kehrer2015-06-031-8/+14
|
* Move the external link to page bottom.Jiangge Zhang2015-06-031-3/+4
|
* add license header and fix grammar errors.Jiangge Zhang2015-06-031-2/+2
|
* Remove a default argument and rename a private function.Jiangge Zhang2015-06-031-4/+6
|
* Describe provisioning URI in the document.Jiangge Zhang2015-06-031-0/+38
|
* Update docsSteven Buss2015-04-131-4/+9
|
* Fixed links in the docsAlex Gaynor2015-02-241-2/+2
|
* Anywhere we tell someone to randomly generate something, link the RNG docs. ↵Alex Gaynor2014-12-191-7/+7
| | | | Fixes #1559
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-2/+2
|
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-2/+2
|
* Added backend check to twofactor primitivesAyrx2014-03-151-0/+6
|
* Updated documentation for HOTP and TOTP TypeErrorAyrx2014-03-041-2/+4
|
* Switch to TypeErrorAlex Gaynor2014-03-011-2/+2
|
* Docs as wellAlex Gaynor2014-03-011-4/+4
|
* Do some nitpicking cleanup of the twofactor code and documentation.David Reid2014-02-251-31/+35
|
* Fixed wrong param naming in totp documentationAyrx2014-02-251-1/+1
|
* Fixed documentationAyrx2014-02-251-5/+9
|
* Updated HOTP and TOTP doctestsAyrx2014-02-251-6/+5
|
* Added method definitions to TOTP documentation.Ayrx2014-02-251-1/+13
|
* Updated secret key descriptionAyrx2014-02-251-6/+6
|
* Fixed documentation based on alexs' comments.Ayrx2014-02-251-13/+14
|
* Small fixesAyrx2014-02-251-6/+5
|
* Added documentation for TOTP.Ayrx2014-02-251-10/+55
|
* Added "version added" to docsAyrx2014-02-211-0/+2
|
* Changed module name from otp to twofactor.Ayrx2014-02-211-0/+94