🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

nuxt-users

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-users

A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools

latest
Source
npmnpm
Version
1.47.0
Version published
Maintainers
1
Created
Source

Nuxt Users

Context7 npm version npm downloads License ci Nuxt 3 Nuxt 4

A user authentication module for Nuxt 3 and Nuxt 4 with database support for SQLite, MySQL, and PostgreSQL.

Features

  • 🔐 Authentication & Security

    • User registration, login, and logout
    • Secure password hashing with bcrypt
    • Password reset functionality
    • Session management
  • 🗄️ Database Support

    • SQLite, MySQL, and PostgreSQL
    • Automatic migrations and schema management
    • CLI tools for database operations
  • 🛡️ Access Control

    • Role-Based Access Control (RBAC)
    • Middleware for route protection
    • Permission-based authorization
  • 🎨 UI Components

    • Pre-built authentication forms
    • User management interfaces
    • Responsive and customizable components
  • Developer Experience

    • Zero-config setup with sensible defaults
    • TypeScript support throughout
    • Nuxt 3 & 4 compatibility
    • Easy customization and extension

Agent Skill

Install the nuxt-users Agent Skill so your AI coding agent (Cursor, Claude Code, etc.) has procedural knowledge for this module. One-time install:

npx skills add rrd108/nuxt-users

After that, your agent can use the skill when you work on auth, config, CLI, composables, or authorization. The skill is also listed on the Skills directory once installs are tracked.

Documentation

📚 Full documentation is available at: https://nuxt-users.webmania.cc/

License

MIT

Dev Misc

Using yalc

# Publish the module's new version
yalc publish

# Install the module in the consumer app
yalc add nuxt-users

# Clean up consumer app
yalc remove nuxt-users
yarn add nuxt-users

Keywords

nuxt

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts