1.1.4 • Published 7 years ago
atoken v1.1.4
AToken
Generation token for authentications
Installation
npm install atoken
Examples
const atoken = require('atoken');
let token = new atoken(16);
console.log(token.generate()); //->token length 16 symbol
Changelog
v 1.1.0
- Fix libv 1.0.0
- Initial Release
License
GNU General Public License v3.0