Socket
Socket
Sign inDemoInstall

moneypenny-s3-storage

Package Overview
Dependencies
39
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    moneypenny-s3-storage

S3 storage plugin for moneypenny


Version published
Maintainers
1
Created

Readme

Source

moneypenny-s3-storage

S3 storage plugin for moneypenny

moneypenny-s3-storage

Authentication Service ( S3 storage provider for moneypenny authentication service )

Circle CI Coverage Status

Moneypenny acts as an authentication service that offers multiple authentication strategies to a backend service and sends a JSON web token(JWT) encripted using a shared secret as a response.

Sample Useage

Sample Implementation Code

var s3MoneyPennyStore = require('moneypenny-s3-storage')({
    bucket: 'TEST-BUCKET'
})
var moneypennyServer = require('moneypenny')({
    storageProvider: s3MoneyPennyStore,
    loginUrl: '/login.html',
    secretOrPrivateKey: 'top_secret'
});

FAQs

Last updated on 21 Feb 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc