Merge branch 'master' of http://121.41.123.129:35417/kubbo/vless-api
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
module.exports = (token) => {
|
||||
return { token, username: token };
|
||||
const AUTH_TOKEN = process.env.AUTH_TOKEN || "pJENcyWA0eg47CsyBaztb2zCyx77D294";
|
||||
return token === AUTH_TOKEN ? { token, username: "lsw" } : null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user