Relative Content

Tag Archive for authorization

Multiple roles in Ruby On Rails

I’ve been asked to put together an application in RoR which has multiple roles for users. The idea is that a user will have a role, Admin, Moderator, User ect… and they will also have a department as well, HR, IT, Customer Care ect….

Multiple roles in Ruby On Rails

I’ve been asked to put together an application in RoR which has multiple roles for users. The idea is that a user will have a role, Admin, Moderator, User ect… and they will also have a department as well, HR, IT, Customer Care ect….

Multiple roles in Ruby On Rails

I’ve been asked to put together an application in RoR which has multiple roles for users. The idea is that a user will have a role, Admin, Moderator, User ect… and they will also have a department as well, HR, IT, Customer Care ect….

Multiple roles in Ruby On Rails

I’ve been asked to put together an application in RoR which has multiple roles for users. The idea is that a user will have a role, Admin, Moderator, User ect… and they will also have a department as well, HR, IT, Customer Care ect….

Embedding XACML PDP?

I need to implement a flexible Access Control system for a framework used by a couple of .NET applications.

How to make sure media are used only on authorized sites?

I have a video library that I need to publish for my clients. The clients need to be able to embed a player into their sites and play the videos. I need to restrict access to my clients only so that no one else could put videos on their sites or access them programmatically.