I want to setup social authentication on my Sails app using sails-auth but my generator doesnt work.
here my .sailsrc
{
"generators": {
"modules": {
"auth-api": "sails-auth"
}
}}
on terminal sails generate auth-api
like the documentation, and this is the error No generator called
auth-apifound; perhaps you meant
sails generate api auth-api?`
thanks for all