prx_auth-rails 4.2.0 → 4.2.1

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: 297ff153a8884223afeca8d74d809f965e297e1766acf522ef442070d35682ab
4
- data.tar.gz: 97af5447b5a9d5449a289f055680c42b7c213503f3ba3fa4af4825f9083da479
3
+ metadata.gz: 1852c166da48f2df9481fa8d2343e8e5e378875cd8ceda9b1bb459a78ee91e3a
4
+ data.tar.gz: b8cdc9d9ef469dbcb7b25ff606842763c3008fa8d33ed9291ad1729c821e6427
5
5
  SHA512:
6
- metadata.gz: 32017811c9336ecdfc7e93196918ebbed6fa04c6616c0f36453319c3bdc2c4caa309fe47b3fc40573ab206efee375193867ca36a0466b0366a6980d0d2761e1f
7
- data.tar.gz: 578ed2609ec2213d5bbb8397cdf2fabc82b71e43e59b26128df26bd6075a219712ecd15ec23143f4ef54903cfb02f5bd7afb8140cb8ff35323213880c5b3d95b
6
+ metadata.gz: cfe2defaa2d06e944e4926a984140d47c1e7687976843d0c93f44133f6bea5fd7700317128dad8d150fb1cc424ace31700a528d1a24dc1be6b7fec7f8a698c11
7
+ data.tar.gz: b72915c790ec4d918f388b626704a5996e9afa0c83a52b6d2a4c1d01f217a07c22fad448820b8fc80145a8ba04727e75080fce3a1266f45b8fa6d722e704c9a5
@@ -10,7 +10,7 @@ module PrxAuth::Rails
10
10
  before_action :set_after_sign_in_path
11
11
 
12
12
  ID_NONCE_SESSION_KEY = "id_prx_openid_nonce"
13
- DEFAULT_SCOPES = "openid"
13
+ DEFAULT_SCOPES = "openid apps"
14
14
 
15
15
  def new
16
16
  config = PrxAuth::Rails.configuration
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PrxAuth
4
4
  module Rails
5
- VERSION = "4.2.0"
5
+ VERSION = "4.2.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prx_auth-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Rhoden
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-24 00:00:00.000000000 Z
11
+ date: 2023-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack