Skip to content

Commit

Permalink
fix: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
kongmoumou committed Dec 5, 2023
1 parent 8046310 commit 29ae8d0
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://authjs.dev/getting-started/adapters) 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://authjs.dev/getting-started/adapters) 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 29ae8d0

Please sign in to comment.