auth-vir - v1.3.1
    Preparing search index...

    Type Alias JwtKeys

    JwtKeys: Readonly<
        { encryptionKey: Readonly<Uint8Array>; signingKey: Readonly<CryptoKey> },
    >

    The keys required to sign and encrypt the JWT.

    These keys should be kept secret and never shared with any frontend, client, etc.