Question

I am building a large scale meteor site where there will be an admin section and a user section.

Is it possible with iron-router to have "/admin//" and "/learner/" and only allow access based on a user permission?

What is the best way to implement this type of system or am I better off building a meteor site for each section (There will be four distinct user types / sections of the site) and some how allowing them to share a MongoDb.

Était-ce utile?

La solution

You should check the roles package on Atmosphere.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top