#role administration
3 messages · Page 1 of 1 (latest)
Hi! The nest way would be a (reusable) guard: https://docs.nestjs.com/security/authentication#implementing-the-authentication-guard
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
thank you