omniauth-vis 0.0.4 → 0.0.5
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/README.md +7 -0
- data/lib/omniauth/strategies/vis.rb +1 -1
- data/omniauth-vis.gemspec +1 -1
- 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: 8b75269efa4270d46f9159c478ebcf40fd12223633cfea1009df578fba3d295d
|
4
|
+
data.tar.gz: 6e83908a1ee4332d0b9075d2b0b32429e2ab572f0daf688e716d9b1643af2988
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cd49860f7b5b2b45abc8c19bfcd03256299a69b79707695f66a20012aaaa29f37274a3d23488535cb2e9a84d90298ebde90e47a07b4678361e0a1265e9a0aea
|
7
|
+
data.tar.gz: 56a0efdc81d1b67b5a26437363438023ee1db726e04f9c52cee09acdc7204d60dfd8f83712b87b8db3c5069ddd597b72bc505a0caa6fc13edafc69209cebb19e
|
data/README.md
CHANGED
@@ -18,7 +18,7 @@ module OmniAuth
|
|
18
18
|
def setup_phase
|
19
19
|
# Authorize extra params
|
20
20
|
authorized_params = [:locale, :confirm_identity, :allow_sign_up, :app_name,
|
21
|
-
:allowed_external_providers, :extra_agreement_title, :extra_agreement_text]
|
21
|
+
:allowed_external_providers, :extra_agreement_title, :extra_agreement_text, :iframe]
|
22
22
|
authorized_params.each do |param|
|
23
23
|
request.env['omniauth.strategy'].options[:authorize_params][param] = request.params[param.to_s]
|
24
24
|
end
|
data/omniauth-vis.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = 'omniauth-vis'
|
5
|
-
gem.version = '0.0.
|
5
|
+
gem.version = '0.0.5'
|
6
6
|
# gem.license = 'MIT'
|
7
7
|
gem.summary = 'Helper to connect to Vipassna Identity Server'
|
8
8
|
gem.description = 'This allows you to connect to Vipassana identity server with your ruby app'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-vis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dhamma workers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth-oauth2
|