2
votes
1answer
307 views

Devise - auth_token and current_user

I'm using Rails 3.0 and Devise 1.1.7. In order to develop some API behavior, I enabled the TokenAuthentication functionality. The thing is, when I try to access with an auth_token parameter, the ...
1
vote
1answer
452 views

InvalidAuthenticityToken error when using token based authentication in devise

I've enable token based authentication (token_authenticatable) in devise in my rails app and it's working well. Now I'm making an android application that uses the web service provided by this rails ...