nuxt-users
Version:
A comprehensive user management module for Nuxt 3 and Nuxt 4 applications with authentication, authorization, database support, and CLI tools
16 lines (13 loc) • 536 B
JavaScript
export { a as getPasswordStrengthColor, b as getPasswordStrengthText, g as getPasswordValidationOptions, v as validatePassword } from './shared/nuxt-users.BnOQs2LI.mjs';
const defaultDisplayFields = ["id", "name", "email", "role", "active", "created_at", "updated_at", "last_login_at"];
const defaultFieldLabels = {
id: "ID",
name: "Name",
email: "Email",
role: "Role",
active: "Active",
created_at: "Created",
updated_at: "Updated",
last_login_at: "Last Login"
};
export { defaultDisplayFields, defaultFieldLabels };