fix: debug output2
This commit is contained in:
@@ -80,6 +80,7 @@ function isDomainAllowed(test, domain) {
|
||||
}
|
||||
|
||||
function isAuthenticated(req) {
|
||||
console.log("got req: ", req);
|
||||
if (req.headers && req.headers.authorization) {
|
||||
console.log("got auth: ", req.headers.authorization);
|
||||
if (req.headers.authorization == "Basic YXZhdGFyOmphOGNhZmVpOHdhaXBoN0lldmFoR2hhaG5vaDI=") {
|
||||
|
||||
Reference in New Issue
Block a user