Onix-Systems / nest-js-boilerplate

Nest.js boilerplate
https://onix-systems.com/
MIT License
224 stars 41 forks source link

Implement permission based authorization (Casl) #53

Closed khakimjanovich closed 1 year ago

khakimjanovich commented 2 years ago

Grant permission from admin panel, directly to a user or a role.

nodeteamdev commented 1 year ago

@khakimjanovich Hello, I'm currently working on new version of starter - https://github.com/nodeteamdev/nestjs-prisma-mongodb. I implemented Prisma + CASL in new version. Please check :)