Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In modules , a new user class is defined and inherit ( AggregateRoot, IUser, IUpdateUserData)
In main application there is an AppUser.
What is the relation between users in main app and modules ?
Does each modules have separate users from main application , if true , how to arrange user login to the main app?
Beta Was this translation helpful? Give feedback.
All reactions