Displaying 1 result from an estimated 1 matches for "isuserinrole".
2006 Jul 20
2
Authentication & Authorisation - Whats the common approach?
Hi,
Just wondering what the most popular approach is for authentication and 
authorisation in a rails application that is deployed and fronted by 
apache?  Also when there are say a couple of rails apps being hosted.
Authentication
==============
[1] Options would seem to include:
* Do it within rails/your app?  Use of a "before_filter" per the Rails 
Recipes book
* Use of Apache to