Where is the controller and action defined for <%= button_to "/auth/apple" %> ? I am getting a ActionController::InvalidAuthenticityToken error on POST but can't figure out where I might add skip_before_action :verify_authenticity_token.
The error does not appear to be happing on the callback, but on the POST to /auth/apple itself.