phish108 / authomator

MIT License
0 stars 0 forks source link

Separate frontends from the service core #20

Open phish108 opened 1 year ago

phish108 commented 1 year ago

In order to have maximum flexibility for customization, the UI should be separate from the service. The service should provide only data endpoints

This separation gives more flexibility to integrate auth functions into a more complex application. An application can ask the endpoints to receive or update certain functions of the UI.

phish108 commented 1 year ago

Related to #18