index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
methods
/
startRegistration.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Rename options JSON args in browser methods
Matthew Miller
2024-04-11
Treat user.id as base64url string during reg
Matthew Miller
2024-01-20
Update browser package
Matthew Miller
2023-09-28
Fix capitalization issue
Matthew Miller
2023-09-28
Rename webauthnAbortService
Matthew Miller
2023-09-28
Visibly warn when we can encourage positive change
Matthew Miller
2023-09-27
Swallow errors from getters during registration
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Format browser
Matthew Miller
2023-06-25
Populate new values when available
Matthew Miller
2022-12-27
Lint everything
Matthew Miller
2022-12-27
Clean up some comments
Matthew Miller
2022-12-27
Be more cautious with transports
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 startRegistration 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 utf8StringToBuffer()
Matthew Miller
2022-07-27
Export named toPublicKeyCredentialDescriptor()
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-06-20
Reset abort service after API call outcome
Matthew Miller
2022-06-20
Rearrange `options` for easier typing
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-03-07
Run linting
Matthew Miller
2022-03-04
Identify error during startRegistration
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
starting attestation -> registration rename
Jarrett Helton