go_sso 0.5.3 → 0.5.4

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: 82f42517041c949c6d627beb357d51b7112c872570bfeb7774776d991a0e79b6
4
- data.tar.gz: 0db369bc5b36105525906367ba5722b7be47f4cc3f2c8033cecc27b9881c5fcc
3
+ metadata.gz: d9a6ca1f77fde058361e5c00b1a89754e1c371254141a7cc88f87588ea8de6c6
4
+ data.tar.gz: d218697ca3603356bb4dad66b300d6f74a32bd7cdfd5809febaa5de177e6a924
5
5
  SHA512:
6
- metadata.gz: aeca4a5f209bf76776e5128ed2dae8c2c7eb9fd40f038b19173d2af254f49a1647ef1ebefbaa19684fef629768ec1b938a354238dcdc06ab05bd7c2a02624d99
7
- data.tar.gz: feaa9197bbe0069cda058cce21d3d22875feae736061a2ffbf2498c8080ec6009b200bca5d09a963da52150d8199592f45072613c00061a78630dcb3cee31244
6
+ metadata.gz: baf1cd0b51ce1b065cb492d7a488296b8716a1d966ef808ad4e9e0e77b9a028d4fd56c83481bbfc322d04f5354d98fed052cdffc565701cd625de8809183b03e
7
+ data.tar.gz: 3069bb51bc89b3f9f6fa93a82f3b06d4f070446ca3cff17932bc24f33e35b7fb27abffd4649e0f94f1c112a6a854d7d0d93a2f3e0fbf26e14b98f16f83cdb2ad
@@ -11,8 +11,8 @@ module GoSso
11
11
 
12
12
  def call!(env)
13
13
  @env = env
14
+ GoSso::Current.host = request.env["HTTP_X_FORWARDED_HOST"] || request.env["HTTP_HOST"]
14
15
 
15
- GoSso::Current.host = request.base_url
16
16
  begin
17
17
  return request_call if on_path?("#{GoSso.routes_prefix}/auth")
18
18
  return logout_call if on_path?("#{GoSso.routes_prefix}/logout") && delete_request?
@@ -1,3 +1,3 @@
1
1
  module GoSso
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_sso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yi Feng
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-20 00:00:00.000000000 Z
11
+ date: 2023-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2