index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
authentication
/
generateAuthenticationOptions.test.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Require rpID arg when generating auth options
Matthew Miller
2024-02-22
Expect base64url cred ID in authentication opts
Matthew Miller
2024-02-22
Rename isoBase64URL.isBase64url to isBase64URL
Matthew Miller
2024-01-19
Ensure the same for authentication options
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-16
Update generateAuthenticationOptions tests
Matthew Miller
2023-08-16
Run `deno fmt` on everything
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-11
Update uint8Array import paths
Matthew Miller
2022-11-06
Switch to internal base64url
Matthew Miller
2022-07-28
Update some test imports
Matthew Miller
2021-08-25
fixing tests and cleanup
Jarrett Helton
2021-08-23
start server package movements
Jarrett Helton