strongmind-auth 1.1.124 → 1.1.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/users/sessions_controller.rb +3 -3
- data/lib/strongmind/auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fdea7796aff5be69bf43b1698f45b13bdda49b98b82820b39ac994f1fbf9aa7a
|
4
|
+
data.tar.gz: 3e6d886004d96faf9ee693edf1dc26526adbffdc9f884f385b5fab7820aabd43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57919bc480e88993f59974441b0be1d9f0e25fd9e0924730410cad98071bf97261771ba192ed7cf0535f6b23aa1968b7af21d630700bd27402b94538709a430c
|
7
|
+
data.tar.gz: 970fe8a81aa9cafdbc32e916c6aea4b4eb76bb297bd00cb91e339377ca098306da6ec743d31003827e2021c96291b51967b62182d592260d7724b85455e9daa9
|
@@ -9,11 +9,11 @@ module Users
|
|
9
9
|
skip_before_action :verify_authenticity_token, only: :endsession
|
10
10
|
|
11
11
|
def login
|
12
|
-
redirect_to user_strongmind_omniauth_authorize_url
|
12
|
+
redirect_to user_strongmind_omniauth_authorize_url, allow_other_host: true
|
13
13
|
end
|
14
14
|
|
15
15
|
def new
|
16
|
-
redirect_to user_strongmind_omniauth_authorize_url
|
16
|
+
redirect_to user_strongmind_omniauth_authorize_url, allow_other_host: true
|
17
17
|
end
|
18
18
|
|
19
19
|
def endsession
|
@@ -36,7 +36,7 @@ module Users
|
|
36
36
|
end
|
37
37
|
|
38
38
|
def initiate_backchannel_logout
|
39
|
-
redirect_to user_strongmind_omniauth_authorize_url and return unless current_user
|
39
|
+
redirect_to user_strongmind_omniauth_authorize_url, allow_other_host: true and return unless current_user
|
40
40
|
user_token_info = fetch_user_token_info
|
41
41
|
|
42
42
|
id_token_hint = user_token_info[:id_token]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: strongmind-auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.130
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Team Belding
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|