I am using Rails to run a web service. I want the user able to log in from the DB stored on the Rails server.
In other words, I want to call an endpoint /login, get user information from DB, and successfully log in to the mobile app.
I want to do that same things as a sign-up in the same way.