문제

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.

도움이 되었습니까?

해결책

You should check the roles package on Atmosphere.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top