meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

Add generator option to scaffold application without oauth logins #227

Closed demus closed 8 years ago

demus commented 8 years ago

I'm building a relatively simple application that does not require oauth logins, but does require an advanced administration and users system which Meanjs provides, and it's been a somewhat arduous process refactoring the code to remove the oauth functionality.

This is just a suggestion to make the app a bit more flexible. Thanks for the work you guys have done on this.

codydaig commented 8 years ago

@water42 This should go on the main meanjs/mean repo, this repo only serves as the generator. As for stripping out oauth, in theory, you can remove the users module and replace it with your own if you don't like the way that it is structured.

jcsaladin commented 8 years ago

Hi, if i delete the user folder, the project does not start

codydaig commented 8 years ago

You can't just remove the users module, you would need to replace it with your own, stripped down version to only handle what you want it to.

ilanbiala commented 8 years ago

Can this issue be closed?