I am integrating an ios application with a rails server. Here I implemented authentication. when a new person logs in from my application, 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)
source share