femanager
femanager copied to clipboard
Create Middlewares for FE and BE requests
The admin confirmation of an user from backend is done via FE request and returns currently a HTML instead of JSON. Rebuilding all AJAX requests with using Middleware is a cleaner approach.