Overview
On the application-side this module offers:
useAuth
composable for session access and managementPrior to v0.5.0useAuth()
was calleduseSession()
.- Creation of custom sign-in pages
- Middleware to protect your application on the application side
Application-side usage refers to any code like pages, components or composables that are part of the universal server- and client-side rendering of Nuxt, see more in the glossary.