class OmniAuth::AuthenticityTokenProtection

def deny(_env)

def deny(_env)
  OmniAuth.logger.send(:warn, "Attack prevented by #{self.class}")
  raise AuthenticityError.new(options[:message])
end