Sha256: 561c0a68d6b6e1c502a00c77f74af3189c9ef195de36e99e121dd1efa2837a39
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
PhcdevworksAccountsAuth0::Engine.routes.draw do # User Dashboard get "dashboard" => 'user/pages#dashboard' get "profile" => 'user/pages#profile' # Auth Routes 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.7.0 | config/routes.rb |