Socket
Book a DemoInstallSign in
Socket

moneypenny-mongo-storage

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moneypenny-mongo-storage

Authentication Server

0.0.4
latest
npmnpm
Version published
Maintainers
2
Created
Source

moneypenny-mongo-storage

moneypenny-mongo-storage

Authentication Service ( mongo storage for moneypanny 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.

Other services in the architecture should also know the shared secret allowing the token to be passed around in API calls to provide user information related to the request.

##Related Projects

##Sample Useage

Sample Implementation Code

##API documentation.

moneypenny-mongo-storage

An implementation of a moneypenny StorageProvider used with moneypenny-server

See: https://github.com/blueflag/moneypenny

  • moneypenny-mongo-storage
    • module.exports(options)
      • ~Options : Options

module.exports(options) ⏏

Creates a datastore using mongodb

Kind: Exported function

ParamTypeDescription
optionsOptionsto create this datastore using.

module.exports~Options : Options

Options that will be passed to the storage provider to set it up

Kind: inner typedef of module.exports
Properties

NameTypeDescription
dbmongodbmongo db to use to store details @see https://docs.mongodb.com/ecosystem/drivers/node-js/
userCollectionstringname of the user collection, default of oauth_users
refreshTokenCollectionstringname of the refresh token collections, default to oauth_refresh_token
tokenCollectionstringname of the token collections, default to oauth_token
clientCollectionstringname of the client collections, default to oauth_client
codeCollectionstringname of the code collection, default to oauth_code

FAQs

Package last updated on 23 Jun 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.