summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers
AgeCommit message (Collapse)Author
2024-07-22Tweak error messagingMatthew Miller
2024-07-22Format Source FilesNicholas Rodrigues Lordello
Formatted with `deno fmt --config deno.jsonc`
2024-07-21Implement PR Review suggestionsNicholas Rodrigues Lordello
Co-authored-by: Matthew Miller <matthew@millerti.me>
2024-07-20Stricter Leading 0 ChecksNicholas Rodrigues Lordello
2024-07-20Add Unit TestsNicholas Rodrigues Lordello
2024-07-19Fix ECDSA Signature UnwrappingNicholas Rodrigues Lordello
2024-04-12Update uses of base64url string methodsMatthew Miller
2024-04-12Clarify string encoding on isoBase64URL methodsMatthew Miller
2024-04-11Add method to generate user IDsMatthew Miller
2024-03-05Tweak comment wordingMatthew Miller
2024-02-26Update getWebCrypto for Node 20 globalThis.cryptoMatthew Miller
2024-02-22Add isoBase64URL.trimPadding()Matthew Miller
2024-02-22Rename isoBase64URL.isBase64url to isBase64URLMatthew Miller
2024-02-22Refine typing on data argMatthew Miller
2024-02-15Update parseAuthenticatorData for new libMatthew Miller
2024-02-15Replace cbor-x with tiny-cborMatthew Miller
2024-02-08Add note about webpackIgnore magic commentMatthew Miller
2024-02-08fix: ignore `import("node: crypto")` by webpackBalázs Orbán
Fixes https://github.com/MasterKale/SimpleWebAuthn/issues/517
2024-01-10Export additional COSEPubKey types in the server packageMikhail
2023-10-27Remove console.log statementsMatthew Miller
2023-10-27Update testsMatthew Miller
2023-10-27Make node:crypto import more resilientMatthew 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-25Update test to ensure we restore authDataMatthew Miller
2023-10-25Restore flipped bit after handling bad CBORMatthew Miller
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-04Make debug logging a noop for nowMatthew Miller
2023-08-23Fix dynamic import attemptMatthew Miller
2023-08-22Move @hexagon/base64 import into deps.tsMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Fix issue with getWebCrypto in NodeMatthew Miller
2023-08-18Finish thought in getWebCryptoMatthew Miller
2023-08-18Remove more eslint comments from serverMatthew Miller
2023-08-17Create new fetch helperMatthew Miller
2023-08-17Remove Jest mocksMatthew Miller
2023-08-17Update toHash testsMatthew Miller
2023-08-17Update parseBackupFlags testsMatthew Miller
2023-08-17Update parseAuthenticatorData testsMatthew Miller
2023-08-17Update generateChallenge testsMatthew Miller
2023-08-17Update decodeClientDataJSON testsMatthew Miller
2023-08-17Update decodeAuthenticatorExtensions testsMatthew Miller
2023-08-17Update decodeAttestationObject testsMatthew Miller
2023-08-17Update convertPEMToBytes testMatthew Miller