Commit f8183d6
Feat/casl (#101)
* feat(authorization): implement role-based access control system
* feat(teams): add ability-based access control for invitations, roles, and team management
* refactor(teams): rename TEAMS to TEAM
* refactor(teams): update imports1 parent c491406 commit f8183d6
96 files changed
Lines changed: 3845 additions & 520 deletions
File tree
- infra/k6
- scenarios
- migrations
- meta
- src
- auth
- infrastructure/workers
- project
- application
- mappers
- use-cases
- member
- project
- domain/policy
- teams
- application
- controller
- use-cases
- base
- members
- domain
- entities
- repository
- infrastructure/persistence
- models
- repositories
- team
- application
- controllers
- invitations
- members
- me
- team
- dtos
- mappers
- use-cases
- base
- invitions
- members
- domain
- entities
- enums
- events
- policy
- repository
- infrastructure
- listeners
- persistence
- models
- repositories
- workers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments