You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that using marlinspike you actually don't need to copy all the files to the root of the project.
Marlinspike exposes all that code that is in the "/node_modules/sails-auth", and "magically" we can create users and authenticate them.
My question is why? As a developer, I would actually prefer the code in the root of my project (copied by using the generator).
At least I know where each controller is and I have everything in the same place (Controllers, Models, Policies...).
But probably is for maintainability. I think is a bit insecure if marlinspike is exposing a controller and I don't know about it.
Thanks
The text was updated successfully, but these errors were encountered:
I understand that using marlinspike you actually don't need to copy all the files to the root of the project.
Marlinspike exposes all that code that is in the "/node_modules/sails-auth", and "magically" we can create users and authenticate them.
My question is why? As a developer, I would actually prefer the code in the root of my project (copied by using the generator).
At least I know where each controller is and I have everything in the same place (Controllers, Models, Policies...).
But probably is for maintainability. I think is a bit insecure if marlinspike is exposing a controller and I don't know about it.
Thanks
The text was updated successfully, but these errors were encountered: