878e039
Author @andrewkmin - Add validations to uncompressRawPublicKey method10ee5c5
Thanks @moe-dev! - Add function verifySessionJwtSignature
to verify session tokens return from Turnkey and signed by the notarizertoDerSignature
function used to convert a raw ECDSA signature into DER-encoded format for compatibility with our backend, which requires DER signaturescrypto.ts
: core cryptography utilitiesturnkey.ts
: Turnkey-specific cryptography utilitiesverifyStampSignature
method:
decryptBundle
to decryptCredentialBundle
(for decrypting email auth/recovery and oauth credential bundles) in order to distinguish from the new decryptExportBundle
(for decrypting bundles containing wallet mnemonics or private key material)