I am trying to build an iOS app with rails backend. I have chosen devise as the user authentication and session management system.
Currently I have modified the origina
If your project is only a json backend, it is normally preferred that you use token_authenticatable. JSON is easy and clean to work with and devise lets you set that up quickly and handles it all for you.