Skip to content

neicore/nestjs-session-based-authentication

Repository files navigation

Nestjs Session-Based Authentication 🤘

Setting up for development

Install package dependencies 📦

> npm install

Build 🏗

> npm run start

Setup Prisma

Create a .env file by duplicating the .env.example file and then replace the database URL value with relevant values. After that, run

> npx prisma generate

And

> npx prisma db push

About

Using sessions to authenticate in Nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published