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

    Type Alias RawJwtKeys

    RawJwtKeys: Readonly<{ encryptionKey: string; signingKey: string }>

    The keys required to sign and encrypt the JWT in their raw form for storage in a secure secrets database (such as AWS Secrets Manager) for later parsing by parseJwtKeys.

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