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