oauth_im 0.15.5 → 0.15.7
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f9d486ac9a077749dc8fcc642d24d0c3ec2eacc4ed04957fb2486da11406c4b
|
4
|
+
data.tar.gz: eeed30cba0bb594ae3630c1d793c6d7a03f5722ebf80d91cc01223f8731c31b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2994b14152ce77cf9bad50b7a4d5189726b436d9d5911ce413068cd3d5f445c03e69649d8a1a40af21ed1756a6c96322bef47105dd72d558674aab25de00579
|
7
|
+
data.tar.gz: 90ca83c7d8d2504f0bee2768dcb258a3f1c8d3a3b52c9e00b137e4070c96adfa2c7600e7f1e9ffa8ff3db2b02ed371f7e87f20fef93201d3e0919cf09d7d9ab6
|
@@ -30,12 +30,12 @@ module OauthIm
|
|
30
30
|
# Set the referer path, if available, so that we can put the user
|
31
31
|
# back on the page they were at before they decided the log in.
|
32
32
|
session[:oauth_im_login_referer] = request.referer
|
33
|
-
redirect_to oauth_client.login_url
|
33
|
+
redirect_to oauth_client.login_url, allow_other_host: true
|
34
34
|
end
|
35
35
|
|
36
36
|
def logout
|
37
37
|
reset_session
|
38
|
-
redirect_to oauth_client.logout_url
|
38
|
+
redirect_to oauth_client.logout_url, allow_other_host: true
|
39
39
|
end
|
40
40
|
|
41
41
|
def local_login
|
data/lib/oauth_im/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oauth_im
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric Connally
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fusionauth_client
|
@@ -164,7 +164,7 @@ metadata:
|
|
164
164
|
homepage_uri: https://github.com/illustrativemathematics/oauth_im
|
165
165
|
source_code_uri: https://github.com/illustrativemathematics/oauth_im
|
166
166
|
rubygems_mfa_required: 'true'
|
167
|
-
post_install_message:
|
167
|
+
post_install_message:
|
168
168
|
rdoc_options: []
|
169
169
|
require_paths:
|
170
170
|
- lib
|
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
180
180
|
version: '0'
|
181
181
|
requirements: []
|
182
182
|
rubygems_version: 3.0.3
|
183
|
-
signing_key:
|
183
|
+
signing_key:
|
184
184
|
specification_version: 4
|
185
185
|
summary: Provide oauth functionality for IM apps.
|
186
186
|
test_files: []
|