class Devise::RegistrationsController

def cancel

removing all OAuth session data.
cancel oauth signing in/up in the middle of the process,
in to be expired now. This is useful if the user wants to
Forces the session data which is usually expired after sign
GET /resource/cancel
def cancel
  expire_session_data_after_sign_in!
  redirect_to new_registration_path(resource_name)
end