Sha256: dacfa0bd72fc3ad80eb45cfd882bfd28f83eebe224ac699a7db3714cb124d408
Contents?: true
Size: 657 Bytes
Versions: 9
Compression:
Stored size: 657 Bytes
Contents
DeviseTokenAuth::Engine.routes.draw do devise_for :users, :class_name => "User", :module => :devise, :path => "", :controllers => {:sessions => "devise_token_auth/sessions", :registrations => "devise_token_auth/registrations", :passwords => "devise_token_auth/passwords", :confirmations => "devise_token_auth/confirmations"} get "validate_token", to: "auth#validate_token" get "failure", to: "auth#omniauth_failure" get ":provider/callback", to: "auth#omniauth_success" post ":provider/callback", to: "auth#omniauth_success" end
Version data entries
9 entries across 9 versions & 1 rubygems