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 Domain management API #2

Closed geraldoyudo closed 5 years ago

geraldoyudo commented 5 years ago

API for domain management 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.

geraldoyudo commented 5 years ago

App Domain API does not need to be revamped since its an admin facing api and not a client facing api. Data can still be adequately accessed using spring data rest repositories. But all /appDomains api's will be protected by the admin token.