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
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
2022-04-27
Add "cable" support
Matthew Miller
2022-04-12
Change error name to a specific type, fixes #190
Felix Mosheev
2022-04-11
Migrate custom errors into jest helper
Matthew Miller
2022-03-07
Run linting
Matthew Miller
2022-03-07
Fix some copy-paste issues
Matthew Miller
2022-03-04
Add initial identifyAuthenticationError()
Matthew Miller
2022-03-04
Add some docs
Matthew Miller
2022-03-04
Move WebAuthnError into structs for sharing
Matthew Miller
2022-03-04
Get more specific with user ID TypeError
Matthew Miller
2022-03-04
Add actual error type suffix
Matthew Miller
2022-03-04
Remove console.log statements
Matthew Miller
2022-03-04
Clarify InvalidStateError message
Matthew Miller
2022-03-04
Add localhost as an effective domain
Matthew Miller
2022-03-04
Add registration error identifier logic
Matthew Miller
2021-08-31
Update tests
Matthew Miller
2021-08-31
Make sure WebAuthn is available before isUVPAA
Matthew Miller
2021-08-23
Add tests for new method
Matthew Miller
2021-08-23
Rename supportsWebAuthn (and fix tests)
Matthew Miller
2021-08-23
Add new platformAuthenticatorIsAvailable helper
Matthew Miller
2021-04-15
Unify naming convention of string<->buffer helpers
Matthew Miller
2021-04-15
Add bufferToUTF8String
Matthew Miller
2021-04-15
Rename toUint8Array to stringToArrayBuffer
Matthew Miller
2021-03-10
Run `npm lint`
Matthew Miller
2020-12-21
remove global text encoder
Antoine Cormouls
2020-12-01
Merge branch 'master' into update-typescript
Matthew Miller
2020-11-18
test: explicitly type global as any to avoid spy type check
Jonathan Stewmon
[next]