Sha256: 9b55c8a81a74f1fd229ab3cc4ca978104b01b7e1c5aef76784f0baada4ef342b
Contents?: true
Size: 599 Bytes
Versions: 7
Compression:
Stored size: 599 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" end
Version data entries
7 entries across 7 versions & 1 rubygems