auth-restrict-login
Seneca plugin for restrict login.
This plugin can used by seneca-auth
For a gentle introduction to Seneca itself, see the senecajs.org site.
Install
npm install seneca-auth-restrict-login
Using restrict login plugin
When using seneca-auth with auth-restrict-login:
..........
seneca.use('auth')
seneca.use('auth-restrict-login', options)
..........