Skip to content

Concorda/seneca-concorda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 seneca-concorda --save
  var Concorda = require('seneca-concorda');
  seneca
    .use(Concorda, {
        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.

About

Concorda's plugin for client applications

Resources

Stars

Watchers

Forks

Packages

No packages published