mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-02-16 11:31:46 +01:00
simple auth
This commit is contained in:
parent
00b274ae92
commit
c3cf83c977
10
auth.js
10
auth.js
@ -1,15 +1,7 @@
|
||||
const config = require('./config');
|
||||
|
||||
function checkUser(userId) {
|
||||
function auth(userId) {
|
||||
return config.app.authorizedUsers.includes(userId);
|
||||
}
|
||||
|
||||
function auth(userId, okAuth, koAuth) {
|
||||
if (checkUser(userId)) {
|
||||
okAuth();
|
||||
} else {
|
||||
koAuth();
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = auth;
|
||||
|
Loading…
x
Reference in New Issue
Block a user