A Seneca.js a seneca-auth plugin
This plugin is used by seneca-auth for authenticating via local strategy. It uses PassportJS. The seneca-auth is the authentication plugin used by Seneca toolkit.
For a gentle introduction to Seneca itself, see the senecajs.org site.
If you're using this module, and need help, you can:
- Post a github issue,
- Tweet to @senecajs,
- Ask on the Gitter.
seneca-linkedin-auth's source can be read in an annotated fashion by,
- running
npm run annotate
- viewing online.
The annotated source can be found locally by clicking here.
To install, simply use npm. Remember you will need to install Seneca.js if you haven't already.
npm install seneca
npm install seneca-linkedin-auth
To run tests, simply use npm:
npm run test
The Senecajs org encourage 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.
Copyright Nicolas Herment and other contributors 2016, Licensed under MIT.