Overview
Use the following places to configure how nuxt-auth behaves:
- local&- authjs-provider: The auth key in- nuxt.config.ts. Use it to configure the module itself, e.g., whether global page protection is enabled
- authjs-provider: The NuxtAuthHandler. Use it to configure the- authjsauthentication behavior, e.g., what authentication providers to use.
See the detailed possible configuration options on the next pages.