summaryrefslogtreecommitdiffhomepage
path: root/packages/server
AgeCommit message (Collapse)Author
2023-10-27chore(release): publish v8.3.5Matthew Miller
2023-10-27Remove console.log statementsMatthew Miller
2023-10-27Update testsMatthew Miller
2023-10-27Make node:crypto import more resilientMatthew Miller
2023-10-27chore(release): publish v8.3.4Matthew Miller
2023-10-26Fix tests in buildMatthew Miller
2023-10-26Add more test coverageMatthew Miller
2023-10-26Remove console.logMatthew Miller
2023-10-26Add testsMatthew Miller
2023-10-26Try to use globalThis.crypto firstMatthew Miller
2023-10-25chore(release): publish v8.3.3Matthew Miller
2023-10-25Update test to ensure we restore authDataMatthew Miller
2023-10-25Restore flipped bit after handling bad CBORMatthew Miller
2023-10-10chore(release): publish v8.3.2Matthew Miller
2023-10-06fix node transformationGustavo Maronato
2023-10-06Avoid importing entire cborx packageGustavo Maronato
2023-09-27chore(release): publish v8.2.0Matthew Miller
2023-09-27Merge pull request #436 from opennetwork/expected-typeMatthew Miller
Add `expectedType` for verifyAuthenticationResponse and verifyRegistrationResponse
2023-09-23Remove a console.logMatthew Miller
2023-09-23Clarify some commentsMatthew Miller
2023-09-23Add testMatthew Miller
2023-09-23Detect and fix bad bytesMatthew Miller
2023-09-21Update server deno dependenciesMatthew Miller
2023-09-13Add tests for expectedTypeFabian Cook
2023-09-12expectedType for verifyRegistrationResponseFabian Cook
Related to https://github.com/MasterKale/SimpleWebAuthn/discussions/402
2023-09-12expectedType for verifyAuthenticationResponseFabian Cook
Related to https://github.com/MasterKale/SimpleWebAuthn/discussions/402
2023-09-04chore(release): publish v8.1.1Matthew Miller
2023-09-04Make debug logging a noop for nowMatthew Miller
2023-08-30chore(release): publish v8.1.0Matthew Miller
2023-08-28Allow expectedChallenge to return a PromiseJordan Tucker
2023-08-23chore(release): publish v8.0.1Matthew Miller
2023-08-23Clean up the double-build in serverMatthew Miller
2023-08-23Fix dynamic import attemptMatthew Miller
2023-08-22chore(release): publish v8.0.0Matthew Miller
2023-08-22Remove prepublish scriptsMatthew Miller
2023-08-22Move @hexagon/base64 import into deps.tsMatthew Miller
2023-08-22Tweak README'sMatthew Miller
2023-08-22Emphasize CJS and ESM support in serverMatthew Miller
2023-08-21Update READMEsMatthew Miller
2023-08-21Add engines.node to server's dnt build outputMatthew Miller
2023-08-21Tweak server and types READMEs for Deno supportMatthew Miller
2023-08-20chore(release): publish v8.0.0-alpha.0Matthew Miller
2023-08-19Realize I should use simpler esm.sh URLsMatthew Miller
2023-08-19Update repo URLs in dnt package.jsonMatthew Miller
2023-08-19Add LICENSE.md to all packagesMatthew Miller
2023-08-18Map typescript-types to npm versionMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Fix issue with getWebCrypto in NodeMatthew Miller
2023-08-18Enable tests to pass without shims in prod buildMatthew Miller
2023-08-18Enable tests during buildMatthew Miller