I am currently starting out with writing a new application that should be installed multiple times on the same server (on a per-client basis).
The systems themselves should be seperated, the problem is that I require them all to use the same authentication.
Is there a way for devise to look at another database for authenticating users or should I maybe look into ActiveResource with a dedicated users service?