dolftax / sTeam-web-interface

[ARCHIVED] Web interface for sTeam server
https://github.com/eMBee/sTeam/tree/steam-2.9-source
GNU General Public License v2.0
3 stars 4 forks source link

Fix the login and implement logout #9

Closed dolftax closed 9 years ago

dolftax commented 9 years ago

Local storage module is breaking.

Update: Local storage module is fixed.

dolftax commented 9 years ago

Handle the 401 status

When the login is wrong, then the server responds with a standard 401: authentication required response with does not contain CORS headers. this is because the 401 response is the original code from before adding the REST API.

dolftax commented 9 years ago

This can wait.