geraldoyudo / mmadu

This is a user management service that enables developers to focus on writing applications without worrying about where to store user information, user authentication and authorization flows and all that nonsense. This takes care of all that. Mmadu was coined from the igbo word "Mmadu" meaning people.
MIT License
3 stars 2 forks source link

Re-Architect User Management API #1

Closed geraldoyudo closed 5 years ago

geraldoyudo commented 5 years ago

API needs to be simpler to use and more intuitive. Rely less on spring data rest and create traditional rest controllers with services so that functionalities can be implemented through aspects easily at different layers.