NuxtIAM

What is Nuxt IAM?

Nuxt IAM, which stands for Nuxt Identity and Access Management, is an authentication and authorization framework for Nuxt that allows you to secure your app with industry best practices. Nuxt IAM, adds authentication and authorization logic to your Nuxt app.

See a fully functional example app.

Nuxt IAM adds the following features to your application:

  • ✔️ user registration with email and password
  • ✔️ user login with email and password
  • ✔️ user login/registration with Google
  • ✔️ user password reset
  • ✔️ user dashboard
  • ✔️ user password change
  • ✔️ user profile/account delete
  • ✔️ admin user management
  • ✔️ admin token management

Features

Authentication

Add full-stack authentication to your Nuxt app, both back end and front end.

Authorization

Add permission-based access control to both your front end and back end.

Secure Your API

Add authentication and authorization to your API.

Register, Login, Logout Users

Scaffold components to register, login, and logout users.

Google Login

Allow your users to easily login with Google.

Email Verification

Comes with optional email verification to your registration.

Password Recovery

Allow your users to recover their lost password.

User Profile

Add a user profile so your users can manage their data.

User Management

Manage your users from an admin panel.

MIT License

COPYRIGHT 2023 Nuxt-IAM

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

© 2022 My Company, Inc