New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hapi-triton-auth

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-triton-auth

hapi auth plugin for Triton SSO

  • 0.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
increased by166.67%
Maintainers
1
Weekly downloads
 
Created
Source

hapi Triton auth

hapi plugin for Triton authentication.

Options

  • cookieName: name of session cookie, default is 'sso'
  • sso: object with the following settings
    • url: URL to SSO login page
    • keyId: user/keys/ID formatted key identifier
    • keyPath: full path to read private key from thats associated with the keyId
    • apiBaseUrl: URL to Triton cloud API to retrieve profile data from
  • cookie: object with the following settings
    • encoding: default is 'iron'
    • path: optional cookie path to scope to
    • isHttpOnly: boolean, defaults to true
    • isSecure: boolean, defaults to true
    • password: 32+ character key to secure the cookie, defaults to random 32 characters
    • ttl: number of seconds until cookie expires, default is 10000
    • domain: origin of the cookie, default is 'localhost'

FAQs

Package last updated on 08 Feb 2018

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