From f88ed4325723f38ed064d4abb07485ab990e6464 Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 15 Nov 2010 17:21:42 +1100 Subject: [PATCH] todo's --- lib/lib.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/lib.php b/lib/lib.php index faf2cf4..57a4cbf 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -4,6 +4,9 @@ * TODO's: * Implement TOTP fully * Error checking, lots of error checking + * have a way of encapsulating token data stright into a single field so it could be added + * in some way to a preexisting app without modifying the DB as such... or by just adding + * a single field to a user table... */ class GoogleAuthenticator { -- 1.7.0.4