Authenticate with epilot APIs
npm install @epilot/auth



Authenticate with epilot APIs
``sh`
npm install --save @epilot/auth
`typescript
import { authorizeWithToken } from '@epilot/auth';
import entityClient from '@epilot/entity-client';
authorizeWithToken(entityClient, '
`
For convenience, you can quickly obtain a token for testing via the CLI
`sh
$ npx @epilot/auth
? Email email@example.com
? Password [hidden]
https://docs.epilot.io/docs/auth/authentication