Nuxt 3 - Boilerplate Authentication
This is a boilerplate project for user authentication using Nuxt 3, MongoDB, TypeScript, Prisma, Tailwind, VeeValidate, and JSON Web Tokens. It aims to provide a robust and scalable structure for creating a complete login and authentication system.
git clone [repository url]
npm install
or
yarn install
.env file in the root of the project and add the following environment variables:ENV_VARIABLE_NAME=example
npm run dev
or
yarn dev
The Boilerplate de Autenticação com Nuxt 3 provides a ready-to-use foundation for implementing user authentication in applications. With its pre-configured setup including Nuxt 3, MongoDB, TypeScript, Prisma, Tailwind, VeeValidate, and JSON Web Tokens, developers can quickly create secure login and authentication systems. The provided endpoints allow for user login, registration, retrieval of user information, and token renewal. Contributions to this project are welcome, and it is licensed under the MIT license.