After logging in to my AngularJS application, I noticed that the user roles stored in the loginService are editable by the user via the console. How can I enhance the security of this feature?
How should CSRF be handled in my application?
I have several security challenges with my Angular/easyREST application and would greatly appreciate any helpful links or resources to address them.