Just asking whenever devise authentication mechanism for Rails does not conflict with declarative_authorization.
Maybe someone tried this combo and can share their knowledge, so I and other coders do not waste time trying to tie these ones up.
|
Just asking whenever devise authentication mechanism for Rails does not conflict with declarative_authorization. Maybe someone tried this combo and can share their knowledge, so I and other coders do not waste time trying to tie these ones up.
| |||
|
feedback
|
|
Yes it is. I am currently using both in my project now. Everything works seamlessly. Just configure devise and declarative_authorization as documented and set this in your
Hope that helps. Note: I am using Rails 3 beta, with the latest devise and declarative_authorization. | |||
|
feedback
|
|
FYI - I wrote a very detailed post on using Devise for auth and CanCan for roles and permissions. I think the people reading this Q&A would appreciate it: http://www.tonyamoyal.com/2010/07/28/rails-authentication-with-devise-and-cancan-customizing-devise-controllers/ | |||
|
feedback
|
|
I haven't used devise myself, but I have some experience with declarative_authorization. It shouldn't be a problem to use it with devise as it doesn't care at all about authentication. Declarative_authorization only needs the User model to have a | |||||||||||
feedback
|