simnova / ownercommunity

MIT License
5 stars 1 forks source link

Add Passport Visa strategy for Access Management #71

Closed heruwala closed 5 months ago

heruwala commented 5 months ago

This pull request adds the Passport Visa strategy for Access Management to the project. The Passport Visa pattern provides fine-grained access control based on user roles, membership association, and system permissions. It also ensures that the implementation resides in the domain layer for easier maintenance and future extensibility.