dimitrisnl / nest-skeleton

⚠️ Work in progress.
0 stars 0 forks source link

Figure out access control #7

Open dimitrisnl opened 2 years ago

dimitrisnl commented 2 years ago

Various resources to check.

Official docs: https://docs.nestjs.com/security/authorization


dimitrisnl commented 2 years ago

Going for role based authorization for now.

dimitrisnl commented 2 years ago

Finished some work on role-based authz. Better future extension is to combine it with some default permissions per role, and let owner adjust accordingly.

For now it's good enough to add other stuff, leaving open.