Nuxt Auth Module Overview
devThe Auth Module provides zero-boilerplate authentication support for Nuxt 2. It allows you to authenticate users via configurable schemes or directly supported providers.
Key characteristics:
- Client-side storage: It automatically handles storing authentication information on the client-side.
- API access: It provides a
$authservice API to trigger authentication actions and access user data. - Limitation: It does NOT implement session handling or provide session-based authentication on the NuxtJS server.