Sha256: d57ff1852f9bdc74a57bf87d4523cee4b7bd35c7737520b05c06bf0592ff718e
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
PhcdevworksAccountsAuth0::Engine.routes.draw do # User Dashboard get "dashboard" => 'user/pages#dashboard' get "profile" => 'user/pages#profile' # Auth Routes get "/auth/", as: "authentication" get "/auth/callback" => "auth/handler#callback" get "/auth/failure" => "auth/handler#failure" get "/auth/logout" => "auth/handler#logout" get "/auth/redirect" => "auth/handler#redirect" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_accounts_auth0-0.6.0 | config/routes.rb |