Implements the new subsystem for User management. It's almost UNTESTED but must to work in general. Also DB aspect is needed to be implemented (some middleware code that will open and close DB transactions for each call of a method of a Service)
Breaking changes:
moved a definition of User class from dpl.auth to the dpl.core package;
added a domain_id property and a corresponding constructor argument to the User class
Implements the new subsystem for User management. It's almost UNTESTED but must to work in general. Also DB aspect is needed to be implemented (some middleware code that will open and close DB transactions for each call of a method of a Service)
Breaking changes:
dpl.auth
to thedpl.core
package;domain_id
property and a corresponding constructor argument to the User classEnhancements:
Closes #56