Farzad M.
Farzad M.

Reputation: 341

profile management in MEAN stack

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

Answers (3)

Chinni
Chinni

Reputation: 1290

You can use passport. Also take a look at angular-fullstack generator here. It comes with authorisation also.

Upvotes: 1

Aleksandar Grbic
Aleksandar Grbic

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

blackmind
blackmind

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

Related Questions