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-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
2020-11-04
chore(deps-dev): bump typescript from 3.9.7 to 4.0.5
Jonathan Stewmon
2020-07-28
Use TextEncoder to encode UTF-8 to a buffer
Matthew Miller
2020-06-02
Get unit tests passing again
Matthew Miller
2020-06-02
Refactor to incorporate new helper
Matthew Miller
2020-06-02
Add new Base64URL<->Buffer helper methods
Matthew Miller
2020-05-26
Rename WebAuthntine to SimpleWebAuthn
Matthew Miller
2020-05-25
Add toPublicKeyCredentialDescriptor browser helper
Matthew Miller
2020-05-25
Run Prettier over everything
Matthew Miller
2020-05-25
Add test for window being undefined
Pascal Sthamer
2020-05-25
Make @webauthntine/browser work in node env
Pascal Sthamer
2020-05-22
Clarify usage of toUint8Array
Matthew Miller
2020-05-22
Fix misspelling in toBase64String test
Matthew Miller
2020-05-22
Stop stripping base64 padding in browser
Matthew Miller
2020-05-21
Add remaining unit tests for browser
Matthew Miller
2020-05-21
Add tests for startAttestation in browser
Matthew Miller
2020-05-20
Add some browser helpers
Matthew Miller