In my project the user is being used in almost all other addons. In composite projects the user entity and security is created in application subproject only. As the main application has dependencies from other projects, i can’t use user from main app in other addons due to circular dependencies.
T o solve this, I want to make a separate user addon to handle security and this can have dependencies with other subprojects.
How can I do this in studio.