0.5.3 • Published 11 months ago

@epilot/auth v0.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@epilot/auth

CI npm version bundle size License

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@example.com
? Password [hidden]

# <access token printed here>

Documentation

https://docs.epilot.io/docs/auth/authentication

0.5.3

11 months ago

0.5.0

1 year ago

0.4.0

2 years ago

0.4.2

1 year ago

0.3.0

2 years ago

0.3.1

2 years ago

0.2.11

2 years ago

0.2.9

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago