summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/helpers/index.ts
AgeCommit message (Expand)Author
2024-04-11Add method to generate user IDsMatthew Miller
2024-01-10Export additional COSEPubKey types in the server packageMikhail
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-16Run `deno fmt` on everythingMatthew Miller
2023-08-16Run `ddi fmt` over src/Matthew Miller
2023-08-16Add file extensions to importsMatthew Miller
2022-11-19Update helpers exportsMatthew Miller
2022-11-19Split out COSE-specific valuesMatthew Miller
2022-11-13Replace isBase64URLString with isoBase64URL funcMatthew Miller
2022-11-12Figure out a better pattern for exposing iso funcsMatthew Miller
2022-11-12Rename isomorphic helpers to avoid collision?Matthew Miller
2022-11-11Expose new helpers in helpers exportMatthew Miller
2022-07-27Export named verifySignature()Matthew Miller
2022-07-27Export named validateCertificatePath()Matthew Miller
2022-07-27Export named toHash()Matthew Miller
2022-07-27Export named parseAuthenticatorData()Matthew Miller
2022-07-27Export named isCertRevoked()Matthew Miller
2022-07-27Export named isBase64URLString()Matthew Miller
2022-07-27Export named getCertificateInfo()Matthew Miller
2022-07-27Export named generateChallenge()Matthew Miller
2022-07-27Export named decodeCredentialPublicKey()Matthew Miller
2022-07-27Export named decodeClientDataJSON()Matthew Miller
2022-07-27Export named decodeAttestationObject()Matthew Miller
2022-07-27Export named convertPublicKeyToPEM()Matthew Miller
2022-07-27Export named convertCOSEtoPKCS()Matthew Miller
2022-07-27Export named convertCertBufferToPEM()Matthew Miller
2022-07-27Export named convertAAGUIDToString()Matthew Miller
2021-08-22Gather together all existing helpers and typesMatthew Miller