MiniGitHub
MiniGitHub copied to clipboard
Making authentication secure
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.
Ajax request changed to https protocol but user credentials vulnerable on client side and open to client side attacks.