Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Casljs Logic #8

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft

Casljs Logic #8

wants to merge 37 commits into from

Conversation

uzunertoprak
Copy link
Contributor

To Do

create entities

  • Role entity: ManyToMany(user), role name: string
  • Action entity: ManyToMany(Role), ManyToOne(Subject), action: ActionEnum
  • Subject entity: subject name: string

create repositories

  • User Repository: + find all permissions with subject and action relations
  • Role Repository: crud + add role to user
  • Action Repository: crud + add action to role [action, subject]
  • Subject Repository: crud

jwt strategy

  • Add permissions with subject, action relations to jwt payload

@productdevbook
Copy link
Owner

productdevbook commented Jul 27, 2022

image

Istedikleriniz bu sekilde mi

@productdevbook productdevbook marked this pull request as draft July 27, 2022 17:12
@renovate renovate bot mentioned this pull request Sep 2, 2022
@renovate renovate bot mentioned this pull request Aug 1, 2023
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants