index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
browser
/
src
/
methods
/
startRegistration.test.ts
Age
Commit message (
Expand
)
Author
2024-04-11
Treat user.id as base64url string during reg
Matthew Miller
2024-01-20
Update browser package
Matthew Miller
2023-09-28
Fix capitalization issue
Matthew Miller
2023-09-28
Rename webauthnAbortService
Matthew Miller
2023-09-27
Add tests
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-02-28
Update tests
Matthew Miller
2023-02-08
Update tests
Matthew Miller
2022-12-27
Lint everything
Matthew Miller
2022-12-27
Fix tests
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-04
Add tests
Matthew Miller
2022-06-20
Add tests for WebAuthnAbortService
Matthew Miller
2022-06-20
Update tests for abort support
Matthew Miller
2022-06-20
Fix browser method imports in tests
Matthew Miller
2022-04-27
Add a test for returning "cable" from response
Matthew Miller
2022-04-27
Add tests for new transport
Matthew Miller
2022-04-12
Change error name to a specific type, fixes #190
Felix Mosheev
2022-04-11
Use new helper instead of error subclasses
Matthew Miller
2022-03-07
Run linting
Matthew Miller
2022-03-07
Define errors globally for testing
Matthew Miller
2022-03-06
Write tests for startRegistration
Matthew Miller
2021-08-25
Update jest tests
Matthew Miller
2021-08-24
fix unit tests
Jarrett Helton
2021-08-24
Merge remote-tracking branch 'origin/master' into v4/rename-methods-and-types
Jarrett Helton
2021-08-21
starting attestation -> registration rename
Jarrett Helton