mirror of
https://github.com/franjsco/trackmyd-bot
synced 2025-06-05 22:19:29 +02:00
simple auth
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user