Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

POSTing user credentials isn't secure #168

@ilanbiala

Description

@ilanbiala

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions