I have two applications that use same database. Let’s call them Site and API. I’m using Restful Authentication for user management.
If I create a user from “Site” this user doesn’t work when try to login from API and vise versa. I can see the records are being saved in the same table.
Am I missing something? It should work?
I’m using Rails 3.
In your initializers/site_keys.rb REST_AUTH_SITE_KEY should be the same in your both applications then authentication will work properly in your both applications.