I am integrating ios app with rails server. Here, I have implemented devise authentication. when a new person is signing up from my app, I get the following error in my logs
Processing by Devise::RegistrationsController#create as JSON
Parameters: {"password_confirmation"=>"[FILTERED]", "email"=>"sss@example.com", "password"=>"[FILTERED]", "registration"=>{"password_confirmation"=>"[FILTERED]", "email"=>"sss@example.com", "password"=>"[FILTERED]"}}
WARNING: Can't verify CSRF token authenticity
(0.1ms) begin transaction
(0.0ms) rollback transaction
Completed 406 Not Acceptable in 28ms (ActiveRecord: 0.7ms)