hammy275 / comp-status

A set of programs to view the status and resource usage of computers.
GNU General Public License v3.0
0 stars 0 forks source link

`auth_request` Doesn't Verify Key Exists #60

Closed hammy275 closed 2 years ago

hammy275 commented 2 years ago

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.