External Blogs, Guides and Examples
This is a collection of resources that we'll expand over time:
- Example of Nuxt 3, Strapi and
nuxt-auth
- Example NuxtAuthHandler configuration for Directus
- How to expand the user data object
- Docus NuxtAuthHandler that shows how to manually fetch an external JWT token, how to expand the user data and how to track session expiry manually
Note: If you're looking to make something work in nuxt-auth
the nice thing is that you can use most NextAuth.js
resources to help you along the way, as the NuxtAuthHandler
behaves identical to the NextAuth
handler.