You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
In the $scope.signin function definition, there is a POST request that just sends someth:
{
user: 'johndoe',
password: 'jdoe123'
}
Is there no better way to transport this data, because users can just open dev tools and copy the user/pass combo or set up an HTTP request tracker and get that from a victim's computer.