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

auth-token-header

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-token-header

Seneca module for storing auth token in header

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

seneca-auth-token-header

Seneca plugin for storing auth token in the header.

This plugin is used by seneca-auth

For a gentle introduction to Seneca itself, see the senecajs.org site.

Install

npm install seneca-auth-token-header

Using header plugin

When using seneca-auth the token-header:

..........
seneca.use('auth')
seneca.use('auth-token-header', options)
..........

Options

The only option for this plugin is the name of the token to be set in the HTTP response

  • tokenkey - the default value is "X-Auth-Token"

Keywords

FAQs

Package last updated on 25 Aug 2015

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