MiniGitHub icon indicating copy to clipboard operation
MiniGitHub copied to clipboard

Making authentication secure

Open mbad0la opened this issue 9 years ago • 1 comments

For now, github credentials are posted via ajax using http. Need to improve upon this insecure way or use some other way to protect user credentials.

mbad0la avatar Nov 21 '15 12:11 mbad0la

Ajax request changed to https protocol but user credentials vulnerable on client side and open to client side attacks.

mbad0la avatar Dec 10 '15 07:12 mbad0la