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