s-kostyuk / everpl

The Everthing Platfrom source code
https://everpl.readthedocs.io/
MIT License
0 stars 1 forks source link

Users subsystem #57

Closed s-kostyuk closed 6 years ago

s-kostyuk commented 6 years ago

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:

Enhancements:

Closes #56