![]() |
Auto routes are really dangerous. It could make vulnerabilities in your app very easily.
I strongly recommend you disable auto routes. For example, see this tutorial: https://www.binaryboxtuts.com/php-tutori...ntication/ If you build the tutorial app, an attacker could get list of users without token. How to disable auto routes: app/Config/Routes.php PHP Code: $routes->setAutoRoute(false); |
Welcome Guest, Not a member yet? Register Sign In |