summaryrefslogtreecommitdiffhomepage
path: root/example/example-server.d.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-11-16 20:58:54 -0800
committerMatthew Miller <matthew@millerti.me>2020-11-16 20:58:54 -0800
commit00354f27d4808932d18f30afcab701cef142e53f (patch)
tree247d624ecae2f67629ff16d9da34c76b440d0194 /example/example-server.d.ts
parent9ffc1a1362ff3a67af0ab009cf4c32a7f63bfc2b (diff)
Add some docs for user interface
Diffstat (limited to 'example/example-server.d.ts')
-rw-r--r--example/example-server.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/example-server.d.ts b/example/example-server.d.ts
index c131310..6d1dfb8 100644
--- a/example/example-server.d.ts
+++ b/example/example-server.d.ts
@@ -6,7 +6,8 @@ import type { AuthenticatorDevice } from '@simplewebauthn/typescript-types';
* 1. Users
*
* You'll need to be able to associate attestation and assertions challenges, and authenticators to
- * a specific user
+ * a specific user. See `LoggedInUser` below for an idea of the minimum amount of info you'll need to
+ * track for a specific user during these flows.
*
* 2. Challenges
*