hammy275 / comp-status

A set of programs to view the status and resource usage of computers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`auth_request` Doesn't Verify Key Exists

hammy275 opened this issue · comments

auth_request doesn't verify that keys exist before performing authentication. This isn't a major bug in any regards, as we simply HTTP 500, but that's very unclean, so we should return a proper error message if we try to reach an endpoint that requires authentication without providing login info.