🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@epilot/auth

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epilot/auth

Authenticate with epilot APIs

0.7.1
latest
Source
npm
Version published
Weekly downloads
387
-9.79%
Maintainers
0
Weekly downloads
 
Created
Source

@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

Keywords

epilot

FAQs

Package last updated on 12 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts