1.1.1 • Published 10 months ago
node-js-security v1.1.1
Security
// const security = new Security(); // Apply the middleware // security.apply(app); //// app == express();
PasswordManager
// const password = new PasswordManager(); // password.checkPassword(); // password.encodePassword();
JwtManager
// const jwtManager = new JwtManager(); // jwtManager.generateToken(); // jwtManager.validateToken();