Nuxt 3 + Prisma authentication and authorization framework for Vue apps

Nuxt IAM provides authentication and authorization for Nuxt 3 applications, including registration, email/password login, Google sign-in, password reset, user and admin dashboards, and token management. It uses Nuxt 3 with Prisma for database migrations and runs on Node.js; MySQL is supported via Prisma, making it suited for web apps that require user identity and role-based access.
0