As title, warden is very pluggable, I wonder if there is anything works with warden/devise?
Asked
Active
Viewed 4,042 times
4 Answers
4
I use http://github.com/ryanb/cancan with Devise, its great and requires very little setup, you only have to define the abilitys as CanCan defaults to using current_user for the logged in user, which devise provides.

Arcath
- 4,331
- 9
- 39
- 71
1
I used acl9 with Devise. https://github.com/be9/acl9
I needed to dynamically grant authorization at the object level, which I don't think you can do with CanCan.

Kevin Tsoi
- 1,807
- 15
- 16
0
You could try this, which might be able to work alongside:
http://railscasts.com/episodes/188-declarative-authorization

Josh Delsman
- 3,022
- 1
- 18
- 28