Skip to content

This app showcases real-world Authentication and Authorization techniques with NestJS from access to refresh tokens, and everything in between (JWT authentication, role-based and claims-baes access control, policy-based authorization, API keys, server-side sessions, 2FA authentication, and more).

Notifications You must be signed in to change notification settings

Floturner/nest-auth

Repository files navigation

Nest Auth

Installation

# Install dependencies
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.

About

This app showcases real-world Authentication and Authorization techniques with NestJS from access to refresh tokens, and everything in between (JWT authentication, role-based and claims-baes access control, policy-based authorization, API keys, server-side sessions, 2FA authentication, and more).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published