self-auth-rails 0.1.1 → 0.1.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 +4 -4
- data/app/controllers/self_auth_rails/application_controller.rb +1 -0
- data/app/controllers/self_auth_rails/sessions_controller.rb +1 -1
- data/app/services/self_auth_response_manager_service.rb +1 -0
- data/lib/self-auth-rails/version.rb +1 -1
- data/lib/self-auth-rails.rb +2 -1
- data/lib/tasks/initializer.rb.tpl +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a34383b717ad489da69a18851f67f5d471c41d477b47aed4cc9ca2564757b247
|
4
|
+
data.tar.gz: 27f973e6f7f66944cca6b82748c1e7bb2c455abed1e68c478a3ab3ed178f04c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97262da25b867d248b54647c82c928fbd5fc4df90a1e8e9248cfc04b364276255ba6d4a0a8b98eac62766c01ff4bea8e0a5b8e66fb69f33ad90792611a5d9425
|
7
|
+
data.tar.gz: 4a9f6ba7cba95e0986deb7bbe0a886f02baf63455205fead7bfb5d9bd6b4bd5d1999e9a47b7c1eddccf0fbd168ff4af58ecad9e0e8150dcba416f4fcfa7d2ad2
|
data/lib/self-auth-rails.rb
CHANGED
@@ -34,6 +34,9 @@ if defined?(Rails::Server) && !defined?(::SelfClient)
|
|
34
34
|
# Optional entry defaulting to '/'.
|
35
35
|
config.authenticated_path = '/'
|
36
36
|
|
37
|
+
# Defines the layout to be used for the authentication page.
|
38
|
+
# config.layout = 'login'
|
39
|
+
|
37
40
|
# In case you want to persist the authentication returning facts, you
|
38
41
|
# can provide a map for the fact_name and the ActiveModel object property.
|
39
42
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: self-auth-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrià Cidre
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|