senecajs / seneca-auth

A Seneca user authentication plugin for Hapi and Express
http://senecajs.org
MIT License
33 stars 29 forks source link

these are not plugins #30

Closed rjrodger closed 9 years ago

rjrodger commented 9 years ago

https://github.com/rjrodger/seneca-auth/blob/0.5.0/auth.js#L9

please do not make these plugins - they are simple utilities please change them to be plain node modules please also change the names - the seneca- prefix is special and denotes a plugin

also note that seneca plugins are not normally used in this manner; they are not normally required directly into a plugin - seneca plugins should normally be added from the top level only via seneca.use