1.0.6 • Published 1 year ago

@togai/iam v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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