1.0.1 • Published 4 months ago
irh-poc-helper-pkg v1.0.1
NPM package POC
To install the package
npm i irh-poc-npm-pkg
Usage Helpers
Usage
import { getAuthToken } from "irh-poc-npm-pkg";
console.log(getAuthToken())
List of helper functions
- setAuthToken(token), where type of token is string
- getAuthToken(),
- clearAuthToken(),
- isAuthenticated()