index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
example
/
index.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Update Example to v10.0.0
Matthew Miller
2024-01-20
Update example to v9.0.0
Matthew Miller
2023-12-28
Tweak comment wording
Matthew Miller
2023-12-28
Add links to passkeys.dev about "preferred"
Matthew Miller
2023-12-28
Do the same for authentication
Matthew Miller
2023-12-28
Prefer UV but be okay without it
Matthew Miller
2023-09-04
Update example to server v8.1.0
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Run `deno fmt` on example project
Matthew Miller
2023-08-18
Remove eslint
Matthew Miller
2023-08-04
Replace base64url with isoBase64URL
Telluu
2023-01-05
Adds httpOnly flag
Moritz Friedrich
2023-01-05
Add sessions to the example app
Moritz Friedrich
2023-01-05
Update example to v7.0.0
Matthew Miller
2022-08-16
Update example to v6.0.0
Matthew Miller
2022-07-05
Fix credential ID comparison in example
nflaig
2022-07-04
Return 400 response on unknown authenticator
Matthew Miller
2022-07-04
Allow transports to be undefined
Matthew Miller
2022-07-04
Require resident key in example
Matthew Miller
2022-04-27
Update example to v5.1.0
Matthew Miller
2022-04-02
Remove old `requireResidentKey` from example
Matthew Miller
2022-04-02
Add RP_ID env var to example
Matthew Miller
2022-02-10
Switch to none attestation in example
Matthew Miller
2022-02-10
Require user verification in example server
Matthew Miller
2021-11-11
Use actual transports in example
Matthew Miller
2021-08-27
Update example to v4.0.0
Matthew Miller
2021-07-08
Support two most common algorithms
Matthew Miller
2021-07-08
Persist and return actual transports
Matthew Miller
2021-03-10
Update Conformance example RP ID and origin
Matthew Miller
2021-02-22
Add ENABLE_HTTPS env var for easier localhost
Matthew Miller
2021-02-20
Update Example to v2.2.0
Matthew Miller
2021-02-19
clean up diff
Jarrett Helton
2021-02-19
flip line 6 and 7 for diff
Jarrett Helton
2021-02-19
revert example, stop commiting it
Jarrett Helton
2021-02-19
Rename option types, change export syntax
Jarrett Helton
2021-02-18
formatting
Jarrett Helton
2021-02-18
revert
Jarrett Helton
2021-02-18
export types, needs testing in example app
Jarrett Helton
2021-02-05
Update example to v2.0.0
Matthew Miller
2020-12-22
Improve typing in Example
Matthew Miller
2020-11-16
Output rpID to console for easier launching
Matthew Miller
2020-11-16
Specify an env var to enable conformance support
Matthew Miller
2020-11-16
Move LoggedInUser type to .d.ts file
Matthew Miller
2020-11-16
Update code to TypeScript
Matthew Miller
2020-11-16
Rename `origin` to avoid DOM lib collision
Matthew Miller
2020-11-16
Rename index.js to index.ts
Matthew Miller