mirror of
https://api.glitch.com/git/presence-button
synced 2025-12-04 08:06:31 +00:00
🛳🍙 Checkpoint
./server.js:933874/84
This commit is contained in:
parent
d3c87768d6
commit
2f679e086b
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ app.get("/status", (req, res) => {
|
||||||
|
|
||||||
// parse login and password from headers
|
// parse login and password from headers
|
||||||
const b64auth = (req.headers.authorization || "").split(" ")[1] || "";
|
const b64auth = (req.headers.authorization || "").split(" ")[1] || "";
|
||||||
const [_, login, password] = new Buffer(b64auth, 'base64').toString().match(/(.*):(.*)/) || []; // slightly modified as
|
const [_, login, password] = new Buffer(b64auth, 'base64').toString().match(/(.*):(.*)/) || []; // slightly modified as we use : in username
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!login ||
|
!login ||
|
||||||
!password ||
|
!password ||
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue