1.1.4 • Published 7 years ago

atoken v1.1.4

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
7 years ago

AToken

Generation token for authentications

NPM

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 lib
  • v 1.0.0 - Initial Release

License

GNU General Public License v3.0

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

0.0.1

8 years ago