zibri
    Preparing search index...

    Metadata for the @Auth.isNotLoggedIn decorator.

    type IsNotLoggedInMetadata = {
        allowedStrategies?: AuthStrategies;
    }
    Index

    Properties

    allowedStrategies?: AuthStrategies

    The strategies that are allowed for checking whether or not the user is not logged in.

    If not set, this allows any strategy.