From 0ff3a2e3ceff5ef353896846bb21662c09b17ed0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 16 Nov 2017 03:23:35 +0000 Subject: [PATCH] some typo fixes --- index.html | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index adea8ac..79bf66b 100644 --- a/index.html +++ b/index.html @@ -420,7 +420,7 @@
Session Token
- (this is the URL that sends your one-time password via email) + (this is the access token)
@@ -437,7 +437,9 @@
Verify Token
- (this is the URL that sends your one-time password via email) + (not implemented) +
+ (this is the URL that inspects and verifies the token)
@@ -462,10 +464,27 @@
+
+
- Approved Devices: + Approved Devices +
+ (these are the public keys generated on remember-me devices and the opaque tokens issued to remember-me-not devices)
+ +
+ +
+
 
+
+
+
+

+
+
+
+
...