cludden / sails-must

MIT License
8 stars 1 forks source link

Does this package working on Sails v1.0? #8

Open mmayla opened 6 years ago

mmayla commented 6 years ago

I am using Sails v1 and I want to know if this still supported or not?

cludden commented 6 years ago

@MMayla I have not done any testing with sails v1. the underlying functionality should work, as it is simply returning connect style middleware functions (ie function(req,res,next){}), however im not sure if the way the policy hook was implemented changed in v1