phcdevworks_accounts_auth0 0.2.0 → 0.3.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: b9d5394d06568e93e4d58ce8834c54b3346d7527d32958bf5bd6b0cbd8d1cf9e
4
- data.tar.gz: 6b3eb0b14092e59baa88bfbdc33358674716406c174029ba161570e9153cc787
3
+ metadata.gz: 31bcba28f2f4367a49b1a3a27fba476bf5401678f3c0bbf4dc9ed095ab425e3c
4
+ data.tar.gz: b1fa78eb7301878cb358f67c0c78860a3fc100f357033b2514b081d4b639f61f
5
5
  SHA512:
6
- metadata.gz: 954a93aa11556ee6d635b3621a4ff04fed98e6282866fd751abc44377dde1146b78aecdbf4750415bf6d867509990e6d7f527135ecdf49646edbe9d7de896595
7
- data.tar.gz: 21c8748c74c53e65747da0dcef9d92f6f0077e42409cb91d6b9d97f280a40ed45ab788bb8ec8fd22e8871f125e527ce406b7ae4ccf60a7f275896379c49f76cd
6
+ metadata.gz: 508a3fc24fdd2031690e25fe2621d9fea544ce2421f822563e95d47c9ccfdb25bcd1a017c1822102d38e443deef84422b70247a4241aba44b4e55fb317353a9e
7
+ data.tar.gz: e321a2f5fe25e9180fb892adda5aadb564b35feb4902811407cc5a93289f77a6f846490880f32615bb91648039af6d1e3340b26f3ced7a7c68185f33b82dda2e
data/config/routes.rb CHANGED
@@ -5,9 +5,10 @@ PhcdevworksAccountsAuth0::Engine.routes.draw do
5
5
  match "user/profile", to: "user/pages#profile", via: "get"
6
6
 
7
7
  # Auth Routes
8
- get '/auth/auth0/callback' => 'auth/handler#callback'
9
- get '/auth/failure' => 'auth/handler#failure'
10
- get '/auth/logout' => 'auth/handler#logout'
11
- get '/auth/redirect' => 'auth/handler#redirect'
8
+ get "/auth/auth0", as: "authentication"
9
+ get "/auth/auth0/callback" => "auth/handler#callback"
10
+ get "/auth/failure" => "auth/handler#failure"
11
+ get "/auth/logout" => "auth/handler#logout"
12
+ get "/auth/redirect" => "auth/handler#redirect"
12
13
 
13
14
  end
@@ -1,3 +1,3 @@
1
1
  module PhcdevworksAccountsAuth0
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcdevworks_accounts_auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-09-07 00:00:00.000000000 Z
12
+ date: 2022-09-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails