index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
helpers
Age
Commit message (
Collapse
)
Author
2023-09-28
Fix capitalization issue
Matthew Miller
2023-09-28
Add new method to manually cancel active ceremony
Matthew Miller
2023-09-28
Refine comments
Matthew Miller
2023-09-28
Rename webauthnAbortService
Matthew Miller
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-18
Switch to @rollup/plugin-terser in browser build
Matthew Miller
2023-08-18
Fix linting issues in browser
Matthew Miller
2023-08-18
Remove eslint
Matthew Miller
2023-08-18
Format browser
Matthew Miller
2023-06-25
Tweak comment
Matthew Miller
2023-03-15
Update WebAuthnAbortService test
Matthew Miller
2023-03-15
Fix AbortSignal error detection
Matthew Miller
2023-03-15
Raise an AbortError when cancelling existing call
Matthew Miller
2023-02-28
Rename SimpleWebAuthnErrorCode
Matthew Miller
2023-02-28
Group error codes
Matthew Miller
2023-02-28
Update error identification with error codes
Matthew Miller
2023-02-28
Add error codes to WebAuthnError
Matthew Miller
2023-02-28
Pass in original errors as `cause`
Matthew Miller
2023-02-28
Prepare to expand WebAuthnError
Matthew Miller
2023-02-28
Fix test
Matthew Miller
2023-02-28
Remove old eslint-disable
Matthew Miller
2023-02-08
Update tests
Matthew Miller
2023-02-08
Simply pass through NotAllowedErrors
Matthew Miller
2022-12-27
Lint everything
Matthew Miller
2022-12-27
Update startRegistration to use new values
Matthew Miller
2022-11-19
Fix issues in Browser due to TypeScript upgrade
Matthew Miller
2022-11-03
Remove old conditionalMediationSupported
Matthew Miller
2022-09-28
Remove reset() from abort service
Matthew Miller
2022-09-28
Add reason to call to abort()
Matthew Miller
2022-08-16
Use `git mv` to rename mock
Matthew Miller
2022-08-16
Capitalize the "A" in "Webauthn"
Matthew Miller
2022-07-28
Run `npm run lint`
Matthew Miller
2022-07-27
Export named utf8StringToBuffer()
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-01
Properly type isConditionalMediationAvailable
Matthew Miller
2022-06-21
Add a space between imports and comment
Matthew Miller
2022-06-20
Add tests for conditional UI support
Matthew Miller
2022-06-20
Add tests for WebAuthnAbortService
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
Run `npm lint` on PR's files
Matthew Miller
2022-06-20
Perform some minor cleanup
Matthew Miller
2022-06-20
Attempt to cast PublicKeyCredential for new method
Matthew Miller
2022-06-19
Rename conditional UI support check method
Matthew Miller
2022-06-17
Create WebAuthnAbortService for abort signal mgmt
Matthew Miller
2022-06-17
Configure options for conditional UI
Matthew Miller
2022-04-27
Use our custom AuthenticatorTransport in browser
Matthew Miller
[next]