I'm interested in using Hobo to rebuild my application, but I have a 
requirement for role-based permissions.  I currently use authlogic and 
declarative_authorization, which together implement authentication and 
permissions based on roles in a single central document, rather than 
putting roles/permissions for every user in every model, controller and 
view.  

The application and database is shared by multiple company entities, and 
based on the user role within each entity they only see the menus and data 
allowed within their role.  A user at entity-1 can not see data from 
entity-2, and they do not see menu options or fields unless their role 
allows.

Reading Hobo Permissions, I do not see a way to implement roles, it seems 
to require adding logic for each specific person rather than a group of 
users within a role.  Am I missing something?

If I can't make standard Hobo Permissions work, has anyone created a plugin 
for Authlogic and Declarative_Authorization or is there documentation on 
how to replace the existing authentication/authorizations?

Thanks in advance,
Dan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/adzF-7YkDuEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to