Skip to content

Commit

Permalink
add next steps to authjs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 4, 2024
1 parent 0fa97a2 commit 508f40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/guide/authjs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@ export default NuxtAuthHandler({

Congrats! You have now configured your first authentication provider and can login to the application! We recommend the following next steps to continue configuring your application:

TODO: Add next steps here!
- [Define custom Session Data](/guide/authjs/session-data)
- [Add more providers in your NuxtAuthHandler](/guide/authjs/nuxt-auth-handler)
- [Customize your Auth pages](/guide/authjs/custom-pages)

0 comments on commit 508f40c

Please sign in to comment.