@auth0/nextjs-auth0 - v4.26.0
    Preparing search index...

    Type Alias GenerateSessionCookieConfig

    type GenerateSessionCookieConfig = {
        secret: string;
    }
    Index
    secret: string

    The secret used to derive an encryption key for the session cookie.

    IMPORTANT: you must use the same value as in the SDK configuration.