Kevin Chan

Results 9 comments of Kevin Chan

@dioptre You seem to still be on [email protected], you will need 0.12.0-rc3 for any version above 1.4.5. of sails-permissions to work.

I was able to put together JWT support with a bit of a workaround here: 1) Disable config/policies/sessionAuth.js: ``` module.exports = function(req, res, next) { return next(); }; ``` 2)...

yes you will have to include your own auth controller that overrides just that method.

@Keramet if it works that way, you can remove it from the policy list. This is more of a workaround than an actual fix.

+1 I'm getting the same warnings in my controllers.

@igorteton The fix didn't work for me...@sylvainlap did you ever manage to figure out what the issue was?

@dottodot Did you ever manage to find a solution for this? I'm having the same problem.

@dottodot ah should have been more specific. I was wondering if you found a solution for res.ok to have a pagination total or did you end up having to create...

Which versions of sails, sails-auth, and sails-permissions are you using?