videosphere
    Preparing search index...

    Redirect targets for requireAdminUserIdFromCookies.

    interface RequireAdminFromCookiesOptions {
        loginRedirectPath?: string;
        forbiddenRedirectPath?: string;
    }
    Index

    Properties

    loginRedirectPath?: string

    Path encoded into the login redirect when the session is missing.

    forbiddenRedirectPath?: string

    Path for authenticated non-admins (defaults to /dashboard).