Converted the account system to an auth system
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
const crypto = require('crypto');
|
||||
|
||||
//lazy
|
||||
module.exports = (bytes = 16) => crypto.randomBytes(bytes).toString("hex");
|
||||
Reference in New Issue
Block a user