rook_auth
TypeScript icon, indicating that this package has built-in type declarations

0.6.4 • Public • Published

RookMotion Auth RookMotion Auth contains a Provider to notify the submodules if the apps is authorized by the given token Instalation npm

npm i rook_auth

yarn

yarn add rook_auth

Usage The package include a component call RookConnectProvider, it should preferably be used at the root of your component tree. RookConnectProvider needs the token that was given to you. import { RookConnectProvider } from 'rook_auth'

<RookConnectProvider
  keys={{
    clientUUID: '',
    environment: 'production | sandbox',
    password: '',
  }}
>
  <YOUR-COMPONENTS />
</RookConnectProvider>

Readme

Keywords

none

Package Sidebar

Install

npm i rook_auth

Homepage

http:

Weekly Downloads

4

Version

0.6.4

License

MIT

Unpacked Size

73.6 kB

Total Files

27

Last publish

Collaborators

  • javier.villanueva