frontend
    Preparing search index...

    Variable authOptionsConst

    authOptions: NextAuthOptions = ...

    API endpoint options for any NextAuth requests. Currently credentials are the only supported provider. Checks provided credentials and matches them against those stored in the database with validate_credentials. See https://next-auth.js.org/configuration/options for details on how to implement your own providers and other authorization options.