feat(mjs): added crypto imports

This commit is contained in:
Jan Prochazka
2024-05-20 19:48:21 +02:00
parent 153f40f13e
commit 7d984d8faf
15 changed files with 15 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ const getExpressPath = require('../utility/getExpressPath');
const { getLogins } = require('../utility/hasPermission');
const { getLogger } = require('dbgate-tools');
const AD = require('activedirectory2').promiseWrapper;
const crypto = require('crypto');
const logger = getLogger('auth');