@octoguild-licence/client
v1.2.0
Published
React Hooks for working with async operations.
Downloads
19
Readme
React Hooks for working with async operations.
Install
yarn add @octoguild-licence/client
Usage
import licenceApi, { socket, configureLicence } from '@octoguild-licence/client'
configureLicence({
app_id: config.licence.app_id,
key: config.licence.key,
})
socket.on('connect', () => {
console.log('socket is opened')
})
licenceApi.checkAuth({
client_id: 'xxx',
client_secret: 'yyy'
}, cb)
Env
Supported env list:
- LICENCE_SERVER
- LICENCE_PRIVATE_KEY
- LICENCE_PRIVATE_KEY_PASSPHRASE
- LICENCE_APP
- LICENCE_KEY