index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
Age
Commit message (
Collapse
)
Author
2023-06-25
Merge pull request #400 from MasterKale/feat/json-type-updates
m7n-openwrt
openwrt
Matthew Miller
feat/json-type-updates
2023-06-25
Add test for absence of getters
Matthew Miller
2023-06-25
Add tests
Matthew Miller
2023-06-25
Populate new values when available
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
Export SimpleWebAuthnErrorCode
Matthew Miller
2023-02-28
Group error codes
Matthew Miller
2023-02-28
Update tests
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
Clean up some comments
Matthew Miller
2022-12-27
Be more cautious with transports
Matthew Miller
2022-12-27
Fix tests
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-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-28
Update some test imports
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-04
Add tests
Matthew Miller
2022-07-04
Populate authenticatorAttachment
Matthew Miller
2022-07-04
Rename supportBrowserAutofill
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
Update tests for abort support
Matthew Miller
2022-06-20
Address GitHub comments
Matthew Miller
[next]