oauth2-nginx-auth-backend 0.2.1 → 0.2.2

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: 6ba70813da2e5055a3421ec3faf10d31b70e2a366290bc229d4e492ce9860e03
4
- data.tar.gz: 05b0c79ef2cbe1dce069d98de39c9be29b0f2817954a25f1a6a2c8c748d57d8d
3
+ metadata.gz: 97c672d82992bb73819219552b94f8b95d758f5dc4269878d192701360771aa3
4
+ data.tar.gz: 30ca726591c43affdb610376924e8ad118d3d24f5e1a5b46f63bb2e904d0c3f6
5
5
  SHA512:
6
- metadata.gz: f7530312783886f090ca40918e94a5210f3437db61ced8a327e10b5bc2cfec98566f7eb14027db1211bf6efd87dc1ff27f49399964629c30a82d855350e8860d
7
- data.tar.gz: 1b7a37ed1963a600a818fa6bc75e029058f1c9dd471754f7ec63afa70e8aeb4aa0281771c5a940f7c96a43c6282c6a7df10e2059b719a35fd12d3c093146a132
6
+ metadata.gz: 26276e33e7dbdd5fe76ed8c97f9861516e0f797810f4446c05e9cc4573f65fe51fc244c58ee500c35d15f0d1203898b16a31b918bcdd74550da4b8a04c919662
7
+ data.tar.gz: 22d7df0a8a09a23329348ef015d0c86b8ac2b1f0e3094146914a54d5b5136c26582cd2309203b32bd56c1ac2a6f5fa7f968f072ab9f7121b1524a99c0bdc07b1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oauth2-nginx-auth-backend (0.2.0)
4
+ oauth2-nginx-auth-backend (0.2.1)
5
5
  httparty (~> 0.15)
6
6
  sinatra (~> 2.0)
7
7
  sinatra-contrib (~> 2.0)
@@ -11,7 +11,6 @@ class Auth
11
11
  end
12
12
 
13
13
  def self.cookie_name_signature
14
- 'OKIntranetSignature'
15
14
  ENV['OAUTH_COOKIE_NAME_SIGNATURE'] || configuration.dig('auth', 'cookie_name_signature') || abort('Missing OAUTH_COOKIE_NAME_SIGNATURE')
16
15
  end
17
16
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ops
4
4
  module Oauth2
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth2-nginx-auth-backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Jarocki