8000 GitHub - RamezTaher/nestjs-full-auth: NestJS boilerplate, Auth, TypeORM, MySQL, Mailing, Google OAuth20
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RamezTaher/nestjs-full-auth

Repository files navigation

NestJS FULL AUTH boilerplate

Description

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

Table of Contents

Features

  • Database (typeorm).
  • Config Service (@nestjs/config).
  • Mailing (nodemailer).
  • Sign in and sign up via email.
  • Confirm account via email verification.
  • Forget password.
  • Reset password.
  • Refresh token.
  • Google OAuth20.
  • Swagger.

Quick run

git clone  https://github.com/RamezTaher/nestjs-full-auth
cd nestjs-full-auth
npm install
cp env-example .env
npm run start:dev

Links

Releases

No releases published

Packages

No packages published
0