Token helper
manage subiz access token and refresh token for clients
Install
npm i --save tokenhelper
Usage
example
Standalone
const th = let token = th // user login => got tokenstoken // use the token var tk = await tokenif tkerror throw tkerror // ...apireq// ...