nsarno / knock

Seamless JWT authentication for Rails API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)

Doltair opened this issue · comments

Processing by DoesapiPublic::V1::Auth::UserTokenController#create as */*
  Parameters: {"auth"=>{"email"=>"test_api_user1@testapi.local", "password"=>"[FILTERED]"}, "user_token"=>{"auth"=>{"email"=>"test_api_user1@testapi.local", "password"=>"[FILTERED]"}}}
Can't verify CSRF token authenticity.
Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)

Hi, i am experiencing this issue if i ran the app on rails ~> v5.2, it works on v5.1.6, does anyone encountering this issue? Thanks in advance!