NestJS Authentication without Passport using GraphQL, Bcrypt, JWT and Redis
- Register
- Login
- Show profile
- Logout
- GraphQL
- JWT
- Bcrypt
- TypeORM + MySQL
- Redis
- Docker
$ npm install
$ mv .env.example .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# start the application
$ npm run docker:up
# stop the application
$ npm run docker:down
- NestJS Authentication without Passport
- NestJS, Redis and Postgres local development with Docker Compose
👤 Anil Ahir
- Twitter: @anilahir220
- Github: @anilahir
- LinkedIn: @anilahir
Give a ⭐️ if this project helped you!
Release under the terms of MIT