Screencast Rails Auth: Authlogic Ruby
- Evan Machnic
- 1435 views
Locked Content
A subscription is required for viewing this video. Enroll now to get full access to all Code School courses and content.
Enroll Now Sign inResources
Comments
-
Dan Laffan said
-
Faculty
Evan Machnic said
danlaffan you make a very good point. I guess it depends on the needs of your app but moving them wouldn't be difficult. Thanks!
About This Screencast
In the second episode of the Rails Auth series, Evan Machnic will discuss the Authlogic library. Evan will first demonstrate how to set it up within an application and then apply some customization.
You need to be an enrolled student in order to view this video and subscribe.
Enroll Now
Anyone interested in implementing AuthLogic should consider adding the current_user and current_user_session in the application_controller rather than the application_helper, so you can use them in the controller layer as part of your security / access rights management code.