index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
methods
Age
Commit message (
Collapse
)
Author
2024-04-12
Rename options JSON args in browser methods
Matthew Miller
2024-04-11
Treat userHandle as base64url string during auth
Matthew Miller
2024-04-11
Treat user.id as base64url string during reg
Matthew Miller
2024-01-20
Update browser package
Matthew Miller
2023-10-02
Tweak error message
Matthew Miller
2023-10-02
Update tests
Matthew Miller
2023-10-02
Require "webauthn" be solo or at the end
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
Add tests
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
Fix linting issues in browser
Matthew Miller
2023-08-18
Format browser
Matthew Miller
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-02-28
Update tests
Matthew Miller
2023-02-08
Update tests
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-09-28
Remove reset() from abort service
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-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
2022-06-20
Reset abort service after API call outcome
Matthew Miller
2022-06-20
Fix browser method imports in tests
Matthew Miller
2022-06-20
Rearrange `options` for easier typing
Matthew Miller
2022-06-19
Rename conditional UI support check method
Matthew Miller
2022-06-17
Replace two default exports with named exports
Matthew Miller
[next]