summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2015-01-09 12:36:13 -0500
committerEli Collins <elic@assurancetechnologies.com>2015-01-09 12:36:13 -0500
commitac875402668621e11a3d795291112d3d3dd79672 (patch)
tree1abb1d6522930954de2425f2b2291daa082da347 /docs/index.rst
parent3f11055a6c11b2d3cc3fb9aecd10b4ea1e7432bd (diff)
downloadpasslib-ac875402668621e11a3d795291112d3d3dd79672.tar.gz
TOTP implementation mostly finalize
TOTP module reworked drastically. Should have committed this a long time ago. Now have what is (hopefully) the final API for the TOTP module. * Supports TOTP & HOTP * Supports URI rendering & parsing * Highlevel methods to handle state management, client clock skew estimation, etc. * Unittests mostly complete (a few edge cases) * Persistent serialization supports encrypting secrets with a password, to mitigate exposure of storage medium. * Basic API documentation. Should be suitable for following use-cases: * lowlevel methods for implementing HOTP/TOTP on server * highlevel methods for implementing HOTP/TOTP on server, and letting them handle details of tracking client state. * methods for implementing an HOTP / TOTP client.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 08d8a61..48e2b70 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -99,6 +99,9 @@ Application Helpers
:mod:`passlib.pwd`
Password generation helpers.
+ :mod:`passlib.totp`
+ TOTP / Two Factor Authentication
+
..
Support Modules
---------------