index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
methods
/
startAuthentication.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Rename options JSON args in browser methods
Matthew Miller
2024-04-11
Treat userHandle as base64url string during auth
Matthew Miller
2024-01-20
Update browser package
Matthew Miller
2023-10-02
Tweak error message
Matthew Miller
2023-10-02
Require "webauthn" be solo or at the end
Matthew Miller
2023-09-28
Fix capitalization issue
Matthew Miller
2023-09-28
Rename webauthnAbortService
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Format browser
Matthew Miller
2022-12-27
Clean up some comments
Matthew Miller
2022-12-27
Remove old comments
Matthew Miller
2022-12-27
Revert use of new APIs in browser methods
Matthew Miller
2022-12-27
Update startAuthentication to use new values
Matthew Miller
2022-09-28
Remove reset() from abort service
Matthew Miller
2022-08-16
Capitalize the "A" in "Webauthn"
Matthew Miller
2022-07-27
Export named toPublicKeyCredentialDescriptor()
Matthew Miller
2022-07-27
Export named bufferToUTF8String()
Matthew Miller
2022-07-27
Export named bufferToBase64URLString
Matthew Miller
2022-07-27
Export named base64URLStringToBuffer
Matthew Miller
2022-07-04
Populate authenticatorAttachment
Matthew Miller
2022-07-04
Rename supportBrowserAutofill
Matthew Miller
2022-06-20
Address GitHub comments
Matthew Miller
2022-06-20
Reset abort service after API call outcome
Matthew Miller
2022-06-20
Rearrange `options` for easier typing
Matthew Miller
2022-06-19
Rename conditional UI support check method
Matthew Miller
2022-06-17
Replace two default exports with named exports
Matthew Miller
2022-06-17
Create WebAuthnAbortService for abort signal mgmt
Matthew Miller
2022-06-17
Configure options for conditional UI
Matthew Miller
2022-06-17
Add new supportBrowserAutofill arg
Matthew Miller
2022-03-07
Wire up authentication error identification
Matthew Miller
2021-08-24
Merge remote-tracking branch 'origin/master' into v4/rename-methods-and-types
Jarrett Helton
2021-08-24
rename default exports
Jarrett Helton
2021-08-21
renaming assertion -> authentication
Jarrett Helton