Re: [Rails] API Only Rails Application

2013-10-05 Thread Paul
I don't know for sure, but I used devise, but then I ended up cutting out most of the functionality, so it probably would have been easier to go a different route. I don't use any of the devise views except for the link that one clicks from their email when they forget their password. The login and

[Rails] API Only Rails Application

2013-10-05 Thread Mehmet BEYDOĞAN
I'm currently working on an API only Rails application. It has a web ui which is built with AngularJS and there will be a mobile app. Web and mobile apps will use same rails application and exchange data with JSON. But I'm having issues with user authentication. How can i handle this? Should i