kennethlynne / ndcvideos.com

The official NDC conference video archive front-end
www.ndcvideos.com
30 stars 7 forks source link

implement roles #159

Closed kennethlynne closed 10 years ago

kennethlynne commented 10 years ago

Requires back-end to return a user with a profile property that can be either administrator, registered or guest (see mock data).

Now we can use node-roles on the back-end with the same rule set (share some json export of the roles down the road). Until then the users must have a profile property and the policies should match accordingly.

arealmaas commented 10 years ago

ah, funky stuff