diff --git a/docs/content/2.configuration/3.nuxt-auth-handler.md b/docs/content/2.configuration/3.nuxt-auth-handler.md index 7ffd7fc8..673d6d01 100644 --- a/docs/content/2.configuration/3.nuxt-auth-handler.md +++ b/docs/content/2.configuration/3.nuxt-auth-handler.md @@ -24,7 +24,7 @@ The filename must be `[...].ts` - this is a so-called "catch-all" route, read mo ## Configuring the `NuxtAuthHandler` -After creating the file, add the `NuxtAuthHandler({ ... })` to it. The `NuxtAuthHandler({ ... })` is used to configure how the authentication itself behaves, what [callbacks should be called](https://next-auth.js.org/configuration/callbacks), what [database adapters should be used](https://next-auth.js.org/adapters/overview) and more: +After creating the file, add the `NuxtAuthHandler({ ... })` to it. The `NuxtAuthHandler({ ... })` is used to configure how the authentication itself behaves, what [callbacks should be called](https://next-auth.js.org/configuration/callbacks), what [database adapters should be used](https://next-auth.js.org/adapters) and more: ::code-group ```ts [Empty NuxtAuthHandler] diff --git a/docs/content/v0.5/2.configuration/3.nuxt-auth-handler.md b/docs/content/v0.5/2.configuration/3.nuxt-auth-handler.md index 0cd446c9..abd7f823 100644 --- a/docs/content/v0.5/2.configuration/3.nuxt-auth-handler.md +++ b/docs/content/v0.5/2.configuration/3.nuxt-auth-handler.md @@ -16,7 +16,7 @@ The filename must be `[...].ts` - this is a so-called "catch-all" route, read mo ## Configuring the `NuxtAuthHandler` -After creating the file, add the `NuxtAuthHandler({ ... })` to it. The `NuxtAuthHandler({ ... })` is used to configure how the authentication itself behaves, what [callbacks should be called](https://next-auth.js.org/configuration/callbacks), what [database adapters should be used](https://next-auth.js.org/adapters/overview) and more: +After creating the file, add the `NuxtAuthHandler({ ... })` to it. The `NuxtAuthHandler({ ... })` is used to configure how the authentication itself behaves, what [callbacks should be called](https://next-auth.js.org/configuration/callbacks), what [database adapters should be used](https://next-auth.js.org/adapters) and more: ::code-group ```ts [Empty NuxtAuthHandler]