From 02bffe13a2db3b17c1cee823670eb0ffe652fd91 Mon Sep 17 00:00:00 2001 From: robertomiranda Date: Thu, 26 Feb 2015 10:07:02 -0500 Subject: [PATCH] Fix RFC links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40922c8..ed13b0f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ end ## Usage -The has_one_time_password statement provides to the model some useful methods in order to implement our TFA system. AMo:Otp generates one time passwords according to [RFC 4226](http://tools.ietf.org/html/rfc4226) and the [HOTP RFC](http://tools.ietf.org/html/draft-mraihi-totp-timebased-00). This is compatible with Google Authenticator apps available for Android and iPhone, and now in use on GMail. +The has_one_time_password statement provides to the model some useful methods in order to implement our TFA system. AMo:Otp generates one time passwords according to [TOTP RFC 6238](http://tools.ietf.org/html/rfc4226) and the [HOTP RFC 4226](http://tools.ietf.org/html/rfc4226). This is compatible with Google Authenticator apps available for Android and iPhone, and now in use on GMail. The otp_secret_key is saved automatically when an object is created,