summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src
AgeCommit message (Collapse)Author
2022-11-13Replace isBase64URLString with isoBase64URL funcMatthew Miller
2022-11-13Tweak isoCrypto docstringMatthew Miller
2022-11-13Update helpers to use isoCryptoMatthew Miller
2022-11-13Move raw Crypto stuff into an iso helperMatthew Miller
2022-11-13Update toHash to use SubtleCryptoMatthew Miller
2022-11-13Figure out a slow part of cert path validationMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
I think `helpers/uint8Array.ts` might conflict with CI's ability to resolve the global `Uint8Array` when I `import * as uint8Array`...just a hunch. I decided to rename all the helpers too to help keep them grouped together.
2022-11-11Attempt to make generateChallenge isomorphicMatthew Miller
2022-11-11Update fetch referenceMatthew Miller
2022-11-11Refactor RP ID hash matchingMatthew Miller
2022-11-11Make toHash async to prep for SubtleCryptoMatthew Miller
2022-11-11Use globalThis for generateChallenge()Matthew Miller
2022-11-11Clean up uint8array text en/decoderMatthew Miller
2022-11-11Remove some lingering BufferMatthew Miller
2022-11-11Switch to cross-fetch for fetchMatthew Miller
2022-11-11Refactor to use node-factor-nativeMatthew Miller
2022-11-11Use more globalThisMatthew Miller
2022-11-11Be explicit about globalThis in string encodingMatthew Miller
2022-11-11Tighten up base64 vs base64url detectionMatthew Miller
2022-11-11Clean up some lingering uint8array helper refsMatthew Miller
2022-11-11Refactor more to handle CBOR mapsMatthew Miller
2022-11-11Update verify reg resp for CBOR mapsMatthew Miller
2022-11-11Replace more referneces to external base64urlMatthew Miller
2022-11-11Replace some more references to BufferMatthew Miller
2022-11-11Expose new helpers in helpers exportMatthew Miller
2022-11-11Refactor decodeAuthenticatorExtensionsMatthew Miller
2022-11-11Replace use of base64url dep in clientDataJSONMatthew Miller
2022-11-11Refactor to use cbor helpersMatthew Miller
2022-11-11Refactor parseAuthenticatorDataMatthew Miller
2022-11-11Update uint8Array import pathsMatthew Miller
2022-11-11Expand uint8array utilsMatthew Miller
2022-11-11Expand base64url utils and remove defaultMatthew Miller
2022-11-11Expand decodeCborFirst into cbor utilsMatthew Miller
2022-11-06Update COSEPublicKey typing for new cbor outputMatthew Miller
2022-11-06Get consistent on use of decodeCborFirstMatthew Miller
2022-11-06Rewrite decodeCborFirst with cbor-xMatthew Miller
2022-11-06Switch to uint8array helpersMatthew Miller
2022-11-06Switch to internal base64urlMatthew Miller
2022-11-05Replace most Buffer types with Uint8ArrayMatthew Miller
2022-11-05Add new uint8array helpersMatthew Miller
2022-11-05Add new base64url helpersMatthew Miller
2022-08-22Add more explicit typingMatthew Miller
2022-08-22Add `userVerified` to auth verification outputMatthew Miller
2022-08-18Give EdDSA top priority for registrationMatthew Miller
2022-08-17Remove setting residentKey to discouraged for FIDOMatthew Miller
2022-08-17Update and add testsMatthew Miller
2022-08-17Capture more resident key nuances from the specMatthew Miller
2022-08-16Remove elliptic and node-rsaMatthew Miller
2022-08-16Add support for -35 hash algMatthew Miller