Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why did you remove the "generator"? #162

Open
rsibanez89 opened this issue Oct 27, 2016 · 1 comment
Open

Why did you remove the "generator"? #162

rsibanez89 opened this issue Oct 27, 2016 · 1 comment

Comments

@rsibanez89
Copy link

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

@TroX-oO
Copy link

TroX-oO commented Nov 26, 2016

I totally agree with that. Even if it is not a default behaviour. I would prefer having the choice to get the code inside my project if I want to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants