untitled notebook

node v10.24.1
version: 1.0.7
endpointsharetweet
require("nodeauth2") process.env.TOKEN_LENGTH = "6"; // Token length [123456] Min(4) ~ Max(32) process.env.TOKEN_PREFIX = "-"; // Custom token prefix (-) (*) (🔑) const na2 = require("nodeauth2"); // Import Auth2 Module const NodeAuth2 = new na2.default.Authentication(20); /* GENERATE */ NodeAuth2.AuthGenerate("this is your secret pass phrase").then( t => { console.log("Na2", t); });
Loading…

no comments

    sign in to comment