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.
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.