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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '048a0f120c80b6cf5fd9434d55faac903ee8b5b77f086f96c125b464d7eb5c10'
4
- data.tar.gz: 68ae3c3300beba2fc9f5a3734a1c42fc3924dbbf20289069bddd16cf4b8c4739
3
+ metadata.gz: fdea7796aff5be69bf43b1698f45b13bdda49b98b82820b39ac994f1fbf9aa7a
4
+ data.tar.gz: 3e6d886004d96faf9ee693edf1dc26526adbffdc9f884f385b5fab7820aabd43
5
5
  SHA512:
6
- metadata.gz: a964d1571ff5c9ff1ea898439d5e76f704bf279879cf176f90e6ff3de363509cbd8e4e6bfd409071242b608707c6174ea8fa2c79308595f294adf5611f7fb6d4
7
- data.tar.gz: a040a080edcac1cc3d9cd9acc591f720fa61ac7e22fd2128c5356244ef4264b600cb99bc4bcd9f6ef82ea16f24f70914db023e323da53090c5c503114c27c550
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]
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.1.124"
3
+ VERSION = "1.1.130"
4
4
  end
5
5
  end
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.124
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: 2024-12-18 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails