phcdevworks_accounts_auth0 0.6.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df93af515a4dd9baede0c6dc6aadaacd6dc9a15d56549cc83fb5faff52099277
|
4
|
+
data.tar.gz: a844b48571fd4e31bf53f017fbc659971315900f5e6db4ec10ebe21e8f745857
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e88cff2b6b2ffd8af33c175870fd47ea92e3f1fc8b64081069e9d8f8f36e928be508d1886ed536365e13aadf323f638f59904df868a35f845a63d7613e61ef94
|
7
|
+
data.tar.gz: 643aaf0ea4077e228028e98ff5eacad5305a24c67d7a0aa075ec1c1096e3f382bc3e6b308ff957f68ca12c43e8084f41c240c738dda4d8283edd6725207cc059
|
data/config/routes.rb
CHANGED
@@ -5,7 +5,6 @@ PhcdevworksAccountsAuth0::Engine.routes.draw do
|
|
5
5
|
get "profile" => 'user/pages#profile'
|
6
6
|
|
7
7
|
# Auth Routes
|
8
|
-
get "/auth/", as: "authentication"
|
9
8
|
get "/auth/callback" => "auth/handler#callback"
|
10
9
|
get "/auth/failure" => "auth/handler#failure"
|
11
10
|
get "/auth/logout" => "auth/handler#logout"
|