Josmar Dias
Results
3
comments of
Josmar Dias
After installing this package I was expecting a GET to /auth/facebook on my app to "simply" exist and return a 302 redirect, due to ``` //https://github.com/tjwebb/sails-auth/blob/master/config/routes.js 'get /auth/:provider': 'AuthController.provider', ```...
In my case, the problem was sails version. Seems like it's working only with Sails >= 0.12
@venil7 and @wormyy, do you have a reproduction for us?