index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
authentication
/
generateAuthenticationOptions.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Modernize server method docstrings
Matthew Miller
2024-04-12
Require rpID arg when generating auth options
Matthew Miller
2024-02-22
Expect base64url cred ID in authentication opts
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-16
Deal with making getRandomValues async
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Run `ddi fmt` over src/
Matthew Miller
2023-08-16
Convert typescripti-types imports into deps.ts
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2022-12-10
Explicitly prefer UV in auth options
Matthew Miller
2022-11-20
Run linter over everything
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
2022-11-12
Rename isomorphic helpers to avoid collision?
Matthew Miller
2022-11-11
Clean up some lingering uint8array helper refs
Matthew Miller
2022-11-11
Update uint8Array import paths
Matthew Miller
2022-11-06
Switch to uint8array helpers
Matthew Miller
2022-11-06
Switch to internal base64url
Matthew Miller
2022-11-05
Replace most Buffer types with Uint8Array
Matthew Miller
2022-07-27
Export named generateChallenge()
Matthew Miller
2022-07-27
Export named generateAuthenticationOptions()
Matthew Miller
2022-05-18
Point PublicKeyCredentialDescriptor to "Future"
Matthew Miller
2021-08-24
refactor verified responses
Jarrett Helton
2021-08-23
start server package movements
Jarrett Helton