omniauth-vis 0.0.5 → 0.0.7

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: 8b75269efa4270d46f9159c478ebcf40fd12223633cfea1009df578fba3d295d
4
- data.tar.gz: 6e83908a1ee4332d0b9075d2b0b32429e2ab572f0daf688e716d9b1643af2988
3
+ metadata.gz: 58532f5d8b991bd691e31cc5c2ecc4be40a4150924db377fcfb023fdc382dc4f
4
+ data.tar.gz: 22a1a8872a06767a16ffa076658d0a489ecd793714586842206117649fa2b5ef
5
5
  SHA512:
6
- metadata.gz: 7cd49860f7b5b2b45abc8c19bfcd03256299a69b79707695f66a20012aaaa29f37274a3d23488535cb2e9a84d90298ebde90e47a07b4678361e0a1265e9a0aea
7
- data.tar.gz: 56a0efdc81d1b67b5a26437363438023ee1db726e04f9c52cee09acdc7204d60dfd8f83712b87b8db3c5069ddd597b72bc505a0caa6fc13edafc69209cebb19e
6
+ metadata.gz: 225eb0ce4d3456440c579fde579c2f31dace3253def8f8d896f1e6f6b6ee21e4badffc02a83677ae60cfb965d9fc4f7d20d64c85e3ceb528040a0e9decfd7a62
7
+ data.tar.gz: 115fe0d357962bc506cd7242906f7aaec75d60f47a8aa2b1a40053d57def295379039652b965ad17a2f108d60f3be59409a1e82cf98f03d969e487be2aee4f58
@@ -17,8 +17,12 @@ module OmniAuth
17
17
 
18
18
  def setup_phase
19
19
  # Authorize extra params
20
- authorized_params = [:locale, :confirm_identity, :allow_sign_up, :app_name,
21
- :allowed_external_providers, :extra_agreement_title, :extra_agreement_text, :iframe]
20
+ authorized_params = [
21
+ :locale, :iframe,
22
+ :allow_sign_up, :allowed_external_providers, :confirm_identity,
23
+ :app_name, :login_title, :login_message,
24
+ :back_button, :back_button_text, :back_button_url,
25
+ :extra_agreement_title, :extra_agreement_text]
22
26
  authorized_params.each do |param|
23
27
  request.env['omniauth.strategy'].options[:authorize_params][param] = request.params[param.to_s]
24
28
  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'
5
+ gem.version = '0.0.7'
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.5
4
+ version: 0.0.7
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-13 00:00:00.000000000 Z
11
+ date: 2023-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.2.5
60
+ rubygems_version: 3.1.6
61
61
  signing_key:
62
62
  specification_version: 4
63
63
  summary: Helper to connect to Vipassna Identity Server