djwessel/ASEProject

Add to JSP ability to log in as user

Closed this issue · 1 comments

Takes user name and password, sends request to rest login endpoint and receives session token to be used by further requests. Password must be sent encrypted to prevent passwords being sent in plaintext.

Passwords are currently not sent in encrypted format.