1.0.0 • Published 3 years ago

my-helpmates v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

my-helpmates

Still documenting :)

Install

$ npm install my-helpmates --save

Usage

import helpers from 'my-helpmates';

or

import { jwt } from 'my-helpmates';
// jwt.encode('secret_key', payload)
const createToken = await jwt.encode('secret_key', {name: 'user name'});
// jwt.decode('secret_key', token)
const varifyToken = await jwt.decode('secret_key', token);

MIT © GitHub bhsoyket