Reputation: 341
I'm seeking for a profile management template based on MEAN stack.
My main target is to implement data editing authorization (so that every user can just edit their own profile data and view others).
Any suggestions?
Upvotes: 0
Views: 475
Reputation: 1290
You can use passport. Also take a look at angular-fullstack generator here. It comes with authorisation also.
Upvotes: 1
Reputation: 212
There are bunch of mean stack CRUD examples on Google. In fact, many amazing ones. Type mean stack crud tutorial in google and you ll be good to go :0).
Upvotes: 0
Reputation: 1296
Check out Mean.io. its a pretty good starting place for the mean stack. You can then pull in things you might need to improve https://github.com/linnovate/mean
Upvotes: 0