atoken

Generation token for authentications

Usage no npm install needed!

<script type="module">
  import atoken from 'https://cdn.skypack.dev/atoken';
</script>

README

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