diff options
author | Matthew Miller <matthew@millerti.me> | 2020-11-16 20:58:54 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-11-16 20:58:54 -0800 |
commit | 00354f27d4808932d18f30afcab701cef142e53f (patch) | |
tree | 247d624ecae2f67629ff16d9da34c76b440d0194 /example/example-server.d.ts | |
parent | 9ffc1a1362ff3a67af0ab009cf4c32a7f63bfc2b (diff) |
Add some docs for user interface
Diffstat (limited to 'example/example-server.d.ts')
-rw-r--r-- | example/example-server.d.ts | 3 |
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 * |