prx_auth-rails 3.0.0 → 3.0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3212721cc8a3569576581017749f0af4ebca8c3c6c50684f9d88587057e9517b
|
|
4
|
+
data.tar.gz: 41f92ebcf2c167cb48d00c39319a1a6663d9a7203aa9c6c7d69007f8230ba011
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3fa282bf2f549e40761da8b04ddb3944c20492818598bc2d391e7cc5e79b032a41c2d5914b5b2f7f70a3401492548149eb308b08b030efbcd87d817b05f7698
|
|
7
|
+
data.tar.gz: 6e25421712eb18d89fa5aa6fda01eb1641262f41ae294aa39630755ef342a743ecbd6d02bd985469eb56db25d20e4e0121696b5de8338219edf75d9597f16363
|
|
@@ -4,7 +4,7 @@ module PrxAuth::Rails
|
|
|
4
4
|
class SessionsController < ApplicationController
|
|
5
5
|
include PrxAuth::Rails::Engine.routes.url_helpers
|
|
6
6
|
|
|
7
|
-
skip_before_action :authenticate
|
|
7
|
+
skip_before_action :authenticate!, raise: false
|
|
8
8
|
|
|
9
9
|
before_action :set_nonce!, only: [:new, :show]
|
|
10
10
|
before_action :set_after_sign_in_path
|
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: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Rhoden
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionpack
|
|
@@ -270,7 +270,7 @@ homepage: https://github.com/PRX/prx_auth-rails
|
|
|
270
270
|
licenses:
|
|
271
271
|
- MIT
|
|
272
272
|
metadata: {}
|
|
273
|
-
post_install_message:
|
|
273
|
+
post_install_message:
|
|
274
274
|
rdoc_options: []
|
|
275
275
|
require_paths:
|
|
276
276
|
- lib
|
|
@@ -285,8 +285,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
285
285
|
- !ruby/object:Gem::Version
|
|
286
286
|
version: '0'
|
|
287
287
|
requirements: []
|
|
288
|
-
rubygems_version: 3.
|
|
289
|
-
signing_key:
|
|
288
|
+
rubygems_version: 3.1.4
|
|
289
|
+
signing_key:
|
|
290
290
|
specification_version: 4
|
|
291
291
|
summary: Rails integration for next generation PRX Authorization system.
|
|
292
292
|
test_files:
|