What problem does it solve?
This skill removes the grunt work of wiring authentication, user management, permissions, and database connectors in Nuxt 3/4 apps so teams can ship secure flows without reinventing the core module.
Core Features & Use Cases
- Modular Nuxt configuration: Handles nuxtUsers settings for connector options, API paths, permissions, mailers, and locale overrides in nuxt.config.ts.
- Database & CLI management: Covers migrations, user creation, and legacy table setup for SQLite, MySQL, or PostgreSQL with the nuxt-users CLI.
- Composables and components: Guides usage of useAuthentication, useUsers, usePublicPaths, password validation, and prebuilt UI components like NUsersLoginForm, NUsersLogoutLink, and admin lists.
Use Case: Implement role-based access, password reset emails, and a responsive login form with nuxt-users as the foundation for your Nuxt app.
Quick Start
Tell the assistant to install nuxt-users, edit nuxt.config.ts to enable the module, and run the CLI to migrate and add an admin user.