Use composition instead of inheritance for permissions

Issue #6 closed
Dominik Marczuk repo owner created an issue

The permissions object is now an abstract class, extended by Role and Identity classes. Composition should be used instead, with a constructor-injected Permissions object.

Comments (1)

  1. Log in to comment