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

concorda-client

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concorda-client

Concorda's plugin for client applications

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

Project Status

This project has been renamed to seneca-concorda.

Banner

Concorda Plugin for client application

Concorda-client: User management system

A detailed documentation can be found in Concorda wiki.

Contributing

The Concorda encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.

Using Concorda client

Use it like any other seneca plugin

npm install concorda-client --save
  seneca
    .use(ConcordaClient, {
        mesh: {
          active: true
        },
        transport: {
          active: true,
          type: 'tcp'
        },
        auth: {
          restrict: '/api',
          password: 'some password with lenght grater than 32'
        }
      }
    )

License

Copyright (c) 2016, nearForm and other contributors. Licensed under MIT.

Keywords

FAQs

Package last updated on 16 May 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

  • 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