jungles-auth-simple
v2.0.0
Published
Simple authorization middleware
Downloads
1
Readme
Jungles Auth Simple
Simple authorization middleware. If a req.session.user is in the administrator array the request will get nexted.
app.use('/administrator', require('jungles-auth-simple').init(['[email protected]']));
Warning
This module only does authorization you still need authentication middleware that sets a req.session.user. Jungles Auth Persona is an example of such using Mozilla Persona.