many to many relations #175
rezabayati1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Firstly, thank you for maintaining such a good repository.
I want to implement an authorization module to manage user access to different routes in my application without relying on roles. Each route or action (like viewing posts or editing a post) should have separate permissions. I aim to keep the user module concise by handling access separately.
Key points:
What are the best practices for defining entities in such a scenario? Are there alternative solutions that might be more effective for managing access control in my application?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions