restruct + 2fa + auth

This commit is contained in:
2023-07-11 16:53:17 +02:00
parent d0647ba1bb
commit 865141d945
26 changed files with 279 additions and 127 deletions

View File

@@ -11,7 +11,6 @@ const path = require( 'path' );
const fs = require( 'fs' );
module.exports.getData = function getData ( db, searchQuery ) {
console.log( db + searchQuery );
return new Promise( resolve => {
resolve( '$2b$05$ElMYWoMjk7567lXkIkee.e.6cxCrWU4gkfuNLB8gmGYLQQPm7gT3O' );
} );

View File

@@ -1 +1,14 @@
class
/*
* libreevent - jsondb.js
*
* Created by Janis Hutz 07/11/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
*
*
*/
class JSONDB {
constructor () {
}
}