Nestjs Full Auth

screenshot of Nestjs Full Auth
nestjs

NestJS boilerplate, Auth, TypeORM, MySQL, Mailing, Google OAuth20

Overview:

The NestJS FULL AUTH boilerplate is a powerful tool that provides a solid foundation for building authentication systems using the NestJS framework. It comes with a range of features, including database integration, email services, user verification, password management, token authentication, and integration with Google OAuth20. This boilerplate aims to streamline the process of setting up and implementing authentication features in your NestJS project.

Features:

  • Database integration: The boilerplate includes TypeORM, allowing seamless integration with a MySQL database.
  • Config Service: Utilize the @nestjs/config package for easy management of application configuration variables.
  • Mailing: A built-in mailing service using nodemailer allows you to send emails and notifications to users.
  • Email-based sign-in and sign-up: Users can sign in and sign up using their email addresses.
  • Email verification: Account confirmation is implemented through email verification, ensuring secure user registration.
  • Forgot password: Support for password recovery includes a "forgot password" functionality.
  • Reset password: Users can securely reset their passwords using a reset password feature.
  • Token refreshing: The boilerplate handles token authentication and provides a mechanism for refreshing tokens.
  • Google OAuth20: Integration with Google OAuth20 allows users to sign in using their Google accounts.
  • Swagger: The boilerplate includes Swagger UI, providing an interface for testing and exploring the API endpoints.

Summary:

Overall, the NestJS FULL AUTH boilerplate provides a comprehensive and efficient solution for implementing authentication functionality in NestJS applications. With its wide range of features, including database integration, email services, Google OAuth20, and token authentication, this boilerplate simplifies the process of building secure user authentication systems. By using this boilerplate as a starting point, developers can save time and effort in setting up and configuring authentication features, allowing them to focus on building the core functionality of their applications.

nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.