Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tessellate-request

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tessellate-request

Tessellate request library.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

tessellate-request

Auth support can be enabled by supplying AUTH_CONFIGURATION variable to tessellate-fragment. upon startup.

AUTH_CONFIGURATION variable is an absolute path to an auth configuration file. Currently only file:// protocol is supported.

The configuration file must be of the following format:

[
  {
    id: string,
    type: string,
    credentials_directory: string,
    access_token_uri: string,
    scopes: string
  }
]

id: Auth configuration id. This must match with the id in sources configuration.

sources:
  properties:
    auth:
      id: <id>

type: Currently OAUTH2_JSON_FILE_BACKED_USER_CREDENTIALS_PROVIDER is supported.

credentials_directory: Absolute path to the credentials directory

access_token_uri: Where to get access tokens

scopes: OAuth scopes, space-separated. For example scope1 scope2

FAQs

Package last updated on 16 Dec 2016

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