Rails: Authlogic Authentication

I need a very granular authorization system that works easily with Authlogic .

I tried these gems / plugins:

I also looked, but did not try to implement:

I searched around for a good tutorial that details how to configure any of them using Authlogic in a way that makes sense (only the Lockdown document seems to describe how to install this using Authlogic), but came up with almost nothing. The only one that gave me the most distant meaning is the documentation for Lockdown, but I don't think the package will work for me (from what I understand).

What I really liked was a good tutorial on setting up one of these authorization solutions using Authlogic, or just an example application where I can see how the code integrates and works. Can someone point me to any good step-by-step (and why) resources or provide a simple application with one of these authorization solutions installed on top of Authlogic?

+5
source share
2 answers

I think you have a typo in your first sentence. You should keep in mind "authorization that works without problems with Authlogic." AuthLogic is already an authentication solution.

, , , , AuthLogic, , .

: " , ?" : " ?

, , Authlogic, - current_user() . , Acl9 (http://github.com/be9/acl9/tree/master). , , , : subject_method part (Acl9 "subject", : subject_method , , : current_user, AuthLogic).

+5

! 16 2009 Railscast, !

# 188 - ( Authlogic)

, !

+10

All Articles