index
:
SimpleWebAuthn
master
openwrt
SimpleWebAuthn
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
server
/
src
/
authentication
/
verifyAuthenticationResponse.ts
Age
Commit message (
Expand
)
Author
2024-04-12
Modernize server method docstrings
Matthew Miller
2024-02-22
Make AuthenticatorDevice.credentialID a b64url str
Matthew Miller
2024-02-22
Rename isoBase64URL.isBase64url to isBase64URL
Matthew Miller
2023-09-12
expectedType for verifyRegistrationResponse
Fabian Cook
2023-09-12
expectedType for verifyAuthenticationResponse
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-16
Run `deno fmt` on everything
Matthew Miller
2023-08-16
Run `ddi fmt` over src/
Matthew Miller
2023-08-16
Convert typescripti-types imports into deps.ts
Matthew Miller
2023-08-16
Add file extensions to imports
Matthew Miller
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
Rename `credential` opt to `response`
Matthew Miller
2022-12-27
Update server methods to use new types
Matthew Miller
2022-12-10
Require uv:true when verifying reg and auth resp
Matthew Miller
2022-11-17
Update verifySignature() options
Matthew Miller
2022-11-16
Tweak verifySignature argument name
Matthew Miller
2022-11-16
Rename credentialPublicKey argument
Matthew Miller
2022-11-13
Replace isBase64URLString with isoBase64URL func
Matthew Miller
2022-11-12
Figure out a better pattern for exposing iso funcs
Matthew Miller
2022-11-12
Rename isomorphic helpers to avoid collision?
Matthew Miller
2022-11-11
Refactor RP ID hash matching
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-11-11
Update uint8Array import paths
Matthew Miller
2022-11-06
Switch to uint8array helpers
Matthew Miller
2022-11-06
Switch to internal base64url
Matthew Miller
2022-08-22
Add more explicit typing
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
Add advancedFIDOConfig.userVerification to auth
Matthew Miller
2022-07-27
Export named verifySignature()
Matthew Miller
2022-07-27
Export named toHash()
Matthew Miller
2022-07-27
Export named parseAuthenticatorData()
Matthew Miller
2022-07-27
Export named isBase64URLString()
Matthew Miller
2022-07-27
Export named decodeClientDataJSON()
Matthew Miller
2022-07-27
Export named convertPublicKeyToPEM()
Matthew Miller
2022-07-27
Export named verifyAuthenticationResponse()
Matthew Miller
2022-07-23
Revert
Eiji Kitamura
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
Tweak wording to reflect related spec diff
Matthew Miller
2022-05-15
Add docstrings for new return values
Matthew Miller
2022-05-15
Return credential device type and backup state
Matthew Miller
2022-04-10
delete unused import type
TaigaMikami
[next]