Add a special admin account with credentials e.g.:
- email:
admin@admin.admin
- password:
<insert-very-secure-password-here>
The following routes should only be accessible by this admin user:
When a normal user sends requests to any of these routes the server should respond with a status of 403 Forbidden.
Add a special admin account with credentials e.g.:
admin@admin.admin<insert-very-secure-password-here>The following routes should only be accessible by this admin user:
/user/register/user/update/user/get_userstatsWhen a normal user sends requests to any of these routes the server should respond with a status of
403 Forbidden.