@epilot/auth
v0.7.1
Published
Authenticate with epilot APIs
Downloads
1,156
Maintainers
Readme
@epilot/auth
Authenticate with epilot APIs
Quick Start
npm install --save @epilot/auth
import { authorizeWithToken } from '@epilot/auth';
import entityClient from '@epilot/entity-client';
authorizeWithToken(entityClient, '<my_access_token>');
CLI Usage
For convenience, you can quickly obtain a token for testing via the CLI
$ npx @epilot/auth
? Email [email protected]
? Password [hidden]
# <access token printed here>
Documentation
https://docs.epilot.io/docs/auth/authentication