@influitive/jwt

2.1.9 • Public • Published

This application was scaffolded via create-infl-app

npm test -- --watch

library for auto fetching jwt token from the hub for use in requests

usage:

import jwt from '@influitive/jwt';

const instance = axios.create({
  baseURL: `${apiUrl}/contact-search`,
  withCredentials: true
});

const { get } = jwt(instance, axios);

Readme

Keywords

none

Package Sidebar

Install

npm i @influitive/jwt

Weekly Downloads

27

Version

2.1.9

License

none

Unpacked Size

5.04 kB

Total Files

5

Last publish

Collaborators

  • eartavia-trilogy
  • dev-influitive
  • seethruhead
  • nickfaulkner