Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexatsu/abac-in-nest
- Owner: alexatsu
- Created: 2024-08-26T14:05:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:26:32.000Z (4 months ago)
- Last Synced: 2024-10-30T00:03:17.846Z (about 2 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```