Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexatsu/abac-in-nest

Implementing basic ABAC (Attribute-Based Access Control) in NestJS
https://github.com/alexatsu/abac-in-nest

Last synced: about 1 month ago
JSON representation

Implementing basic ABAC (Attribute-Based Access Control) in NestJS

Awesome Lists containing this project

README

        

Implementing basic RBAC and ABAC structure with NestJS framework
## Project setup

```bash
$ pnpm install
```

## Compile and run the project

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev
```