strongmind-auth 1.1.78 → 1.1.83

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: 050c55322ecee87acca90b90fcf0a35568ecbb15b3391ef071b4381e6ae11a6c
4
- data.tar.gz: 3d86af83127228831e28687430c922cf5b602fc697d779f5f5e8199fd19dcc9c
3
+ metadata.gz: 47b5bf13de9f27710d0d80a2c67b894f46218c919ad1583a8d8884ba21f76782
4
+ data.tar.gz: 2dc43227fc6b49deb1cf8c358426e066cf5b44fd001436f85d38c39521ae1f45
5
5
  SHA512:
6
- metadata.gz: dcf96bf27833b844cc169b67cb241a5b264558d60b41d317ee637b87d22bc6b2c3c5eec4784dbf824c892dce00c30ac6a4e1ec331640a198075c5f5827d423df
7
- data.tar.gz: 0affb3f22325c53e662f96d29461e49b9fe2ac86deb9c32ce7ce00e8fb3dea38db60e2cebcaba25dac14f3554b0c13752d6d35159595642b6692ec3cef5972d6
6
+ metadata.gz: c2426febe44a436573f974b07a8fac1ba8cb8124db793408f81600f83fb51dace4e0f1ef57f3ac13f5d25270b3a9e1993ebb7dcd1315ee995323c1aca9121770
7
+ data.tar.gz: 9381953e76b4db3e8d5ee51d4fb4bef69ae3b96258f9cf47ca7a87c699bb885d00a99aba2bf5796c8e284f6c3f9b763cd77b973ce7017af0fef55880f2ba1b50
@@ -18,7 +18,7 @@ module Users
18
18
  if @user.persisted?
19
19
  sign_in_and_redirect @user, event: :authentication # this will throw if @user is not activated
20
20
  else
21
- session['devise.openid_connect_data'] = { uid: @user.identity_id } # Removing extra as it can overflow some session stores
21
+ session['devise.openid_connect_data'] = { uid: @user.uid } # Removing extra as it can overflow some session stores
22
22
  sign_in_and_redirect @user
23
23
  end
24
24
  end
@@ -31,6 +31,7 @@ module Users
31
31
  end
32
32
 
33
33
  def initiate_backchannel_logout
34
+ redirect_to user_strongmind_omniauth_authorize_url and return unless current_user
34
35
  user_token_info = fetch_user_token_info
35
36
 
36
37
  id_token_hint = user_token_info[:id_token]
@@ -1,5 +1,5 @@
1
1
  module Strongmind
2
2
  module Auth
3
- VERSION = "1.1.78"
3
+ VERSION = "1.1.83"
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.78
4
+ version: 1.1.83
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-04-11 00:00:00.000000000 Z
11
+ date: 2024-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails