index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
authentication
/
verifyAuthenticationResponse.test.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Update uses of base64url string methods
Matthew Miller
2024-02-22
Make AuthenticatorDevice.credentialID a b64url str
Matthew Miller
2023-09-13
Add tests for expectedType
Fabian Cook
2023-08-28
Allow expectedChallenge to return a Promise
Jordan Tucker
2023-08-18
Use single-quotes and increase line width
Matthew Miller
2023-08-17
Update verifyAuthenticationResponse tests
Matthew Miller
2023-08-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Run `ddi fmt` over src/
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
2023-07-21
Remove unnecessary tests in verify methods
Corentin Mors
2023-07-20
Add matched RPID to verify response
Corentin Mors
2023-07-19
Add origin in authentication and registration info
Corentin Mors
2022-12-27
Lint everything
Matthew Miller
2022-12-27
Rename `credential` opt to `response`
Matthew Miller
2022-12-27
Fix tests
Matthew Miller
2022-12-10
Require uv:true when verifying reg and auth resp
Matthew Miller
2022-11-17
Update to TypeScript 4.9
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
2022-11-11
Make toHash async to prep for SubtleCrypto
Matthew Miller
2022-11-11
Replace some more references to Buffer
Matthew Miller
2022-08-22
Add `userVerified` to auth verification output
Matthew Miller
2022-08-16
Run linting over changes
Matthew Miller
2022-08-16
Make verifyAuthenticationResponse async
Matthew Miller
2022-08-15
Merge pull request #254 from MasterKale/feat/fido-conformance-optional-up
Matthew Miller
2022-08-16
Update tests
Eiji Kitamura
2022-08-15
Add tests
Matthew Miller
2022-07-28
Run `npm run lint`
Matthew Miller
2022-07-28
Settle on better naming for "import * as" in tests
Matthew Miller
2022-07-28
Update final test imports
Matthew Miller
2022-07-28
Update some test imports
Matthew Miller
2022-07-22
Rename
Eiji Kitamura
2022-07-22
Fix for #230
Eiji Kitamura
2022-07-22
Fixes to reflect comments
Eiji Kitamura
2022-07-21
Use AuthenticationExtensionsAuthenticatorOutputs
Eiji Kitamura
2022-07-20
Add authentication extension output test
Eiji Kitamura
2022-05-15
Test return of new values from verification
Matthew Miller
2022-02-16
Replace confusing fidoUserVerification
Matthew Miller
2022-02-02
Write actual tests
Matthew Miller
2022-02-01
Add test placeholders
Matthew Miller
2021-08-27
Clean up a couple of "assertion"'s
Matthew Miller
2021-08-25
fixing tests and cleanup
Jarrett Helton
2021-08-24
refactor verified responses
Jarrett Helton
2021-08-23
start server package movements
Jarrett Helton