Socket
Socket
Sign inDemoInstall

moneypenny-s3-storage

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moneypenny-s3-storage

S3 storage plugin for moneypenny


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 20 Feb 2017

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