You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot get CSRF to work properly. Always get ActionController::InvalidAuthenticityToken when submitting the form from the authentication controller unlock action even though it shows a token is being passed:
Processing by PseudoKiosk::AuthenticationController#process_submit as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FNNARKcugBTpMqy/7vgzq/Gh3kKv7FYx6FgueF11jBub4GBeXAnrwiUhJO6v/TBWWmtmlIQfDs1NIHPZQFcWWw==", "passcode"=>"sfdf"}
Can't verify CSRF token authenticity.
Completed 422 Unprocessable Entity in 1ms (ActiveRecord: 0.0ms)
Cannot get CSRF to work properly. Always get
ActionController::InvalidAuthenticityToken
when submitting the form from the authentication controller unlock action even though it shows a token is being passed:Currently skipping verify_authenticity_token:
pseudo_kiosk/app/controllers/pseudo_kiosk/authentication_controller.rb
Line 2 in 8600321
The text was updated successfully, but these errors were encountered: