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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d976f9b8df76dd81e4cbfd80fa6936e41adecd869cd342536a8ba23031190a26
4
- data.tar.gz: '09167697bbdcf67522ac9dd0ed71996ae968f15443f7a71957444264470ed963'
3
+ metadata.gz: 8b75269efa4270d46f9159c478ebcf40fd12223633cfea1009df578fba3d295d
4
+ data.tar.gz: 6e83908a1ee4332d0b9075d2b0b32429e2ab572f0daf688e716d9b1643af2988
5
5
  SHA512:
6
- metadata.gz: 9cfffdd74c221e8ecc402d22dd25b3bf3dc8b0324829b7b1093cb7e7476fa82aad5f7bbcf59b77177a979a5dd9601902bac068269c4fe9ed43dbcb0a4bbeb599
7
- data.tar.gz: 7b34828845d83f0ea0e282e2e470889290fde01284092992842dfea45a06d24c9e63802bd264cb23a9b764db4b9a45fe4a080041cf57fd4809ea004e1a60a59c
6
+ metadata.gz: 7cd49860f7b5b2b45abc8c19bfcd03256299a69b79707695f66a20012aaaa29f37274a3d23488535cb2e9a84d90298ebde90e47a07b4678361e0a1265e9a0aea
7
+ data.tar.gz: 56a0efdc81d1b67b5a26437363438023ee1db726e04f9c52cee09acdc7204d60dfd8f83712b87b8db3c5069ddd597b72bc505a0caa6fc13edafc69209cebb19e
data/README.md CHANGED
@@ -71,4 +71,11 @@ Vis::Api.new.post("/api/v1/users", {
71
71
  username: "test",
72
72
  encrypted_password: "xxxxxxxxxx"
73
73
  })
74
+ ```
75
+
76
+ ## Developers, how to publish new version of the gem
77
+
78
+ ```
79
+ gem build omniauth-vis
80
+ gem push omniauth-vis-X.X.X.gem
74
81
  ```
@@ -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.4'
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
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-05 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2