sails-auth icon indicating copy to clipboard operation
sails-auth copied to clipboard

Policies missing

Open duncanmapes opened this issue 9 years ago • 1 comments

I am trying to set this up and I am getting an error on startup

verbose: Loading policy modules from app...
error: Unknown policy, "basicauth", referenced in `config.policies`.
error: Are you sure that policy exists?

Do I need to manually copy those policies into my code? I thought they should be hooked in, but maybe the docs are wrong?

duncanmapes avatar Oct 10 '15 16:10 duncanmapes

See:

https://github.com/tjwebb/sails-permissions/issues/126

ehsankhf avatar Nov 13 '15 15:11 ehsankhf