Skip to content

Commit

Permalink
docs: Update NextAuth documentation url (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongmoumou authored Dec 5, 2023
1 parent 4bf3814 commit a0afa5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/2.configuration/3.nuxt-auth-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/content/v0.5/2.configuration/3.nuxt-auth-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a0afa5a

Please sign in to comment.