@hypto/iam
v1.0.6
Published
Import & Implementation ``` import { UserAuthorizationApi } from '@hypto/iam'
Downloads
4
Readme
Import & Implementation
import { UserAuthorizationApi } from '@hypto/iam'
const userAuth = new UserAuthorizationApi()
console.log(await userAuth.validateLocal(<jwt>, <baseURL>, <resource>, <action))
To execute this library:
npm run build && node --experimental-specifier-resolution=node dist/index.js