If I have a different app on x-number of subdomains, it seems easiest to just have login be through the browser/javascript popup. Is this safe? Is it better to do this than server-side authentication? Do you have a little pastie on how to make the authentication popup and pass the info to say Rails?
+1
A:
It's best to use server-side authentication for things such as hosting and the like, the security is much more elaborate and you can implement more checks and balances.
drlouie - louierd
2009-12-31 00:30:08