0.2.0 • Published 8 years ago

concorda-client v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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.

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago