Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Weekly downloads
249
decreased by-22.67%
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc