summaryrefslogtreecommitdiff
path: root/docs/contents.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/contents.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/contents.rst')
-rw-r--r--docs/contents.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contents.rst b/docs/contents.rst
index 700735f..3ad2ced 100644
--- a/docs/contents.rst
+++ b/docs/contents.rst
@@ -21,6 +21,7 @@ Table Of Contents
lib/passlib.apache
lib/passlib.ext.django
lib/passlib.pwd
+ lib/passlib.totp
lib/passlib.exc
lib/passlib.registry