mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
feat(mjs): added crypto imports
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user