Pregunta

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.

¿Fue útil?

Solución

You should check the roles package on Atmosphere.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top