omniauth-reinz 1.0.0 → 1.1.0

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: 284d98fa2fce3249663d99ed5b3dbc1c619fef7ec04aab72687b21accaf6ade0
4
- data.tar.gz: 126d3b8687a959b51863a802f355a7e03a7b24df4c62d4b4d86f3eeb7a74afd0
3
+ metadata.gz: 01e7de018c1ce8f86d3df5b507a74fb99b6ee5b902b1153272479d29858a2af5
4
+ data.tar.gz: be693007d485825796f11f2a6e37052c15d89c069a326285901da22d288ccab8
5
5
  SHA512:
6
- metadata.gz: a62387af6a37d260d62fd737c3695d1e96cedb82b812b68ef62acdac0b762adaeac8cf50f8c917464ec05255084b39be4f837d7f7a1ca3b5a30a63a3448f475f
7
- data.tar.gz: 8f3b2707fcab931cdd14bea916715d857a59784956ce1554d56f2b001ca9871bb219386b7895962e1a575e4cc9541cf6bcd4c6ce33588778c662f64770c13d32
6
+ metadata.gz: 1a2c0e8b1acd09706483cca77f1db7a297041234193ede6e4e7cdcb44f5cd556cd8d3d149a435fe6b43b421483acab78daa0471d1a607f1b9ed8fd5be1a66668
7
+ data.tar.gz: 187c02226d4808e7211dedde2a521b0ad786c66ce7011285101f9c391dcb1d0bbb6aa5d36cdbd7731252f01e1d4e1fe2d412a4c49dfb46df0e5e7c762eaac68d
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module REINZ
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.0"
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- require "omniauth/strategies/reinz"
1
+ require 'omniauth/strategies/oauth2'
2
2
 
3
3
  # Potential scopes:
4
4
  # ------
@@ -9,8 +9,8 @@ require "omniauth/strategies/reinz"
9
9
  module OmniAuth
10
10
  module Strategies
11
11
  class REINZ < OmniAuth::Strategies::OAuth2
12
- STAGING_URL = 'https://reinztestorg.b2clogin.com/reinztestorg.onmicrosoft.com/b2c_1a_signup_signin/'.freeze
13
- PRODUCTION_URL = 'https://login.reinz.co.nz/reinzorg.onmicrosoft.com/b2c_1a_signup_signin/'.freeze
12
+ STAGING_URL = 'https://reinztestorg.b2clogin.com/reinztestorg.onmicrosoft.com/b2c_1a_csi_signup_signin/'.freeze
13
+ PRODUCTION_URL = 'https://login.reinz.co.nz/reinzorg.onmicrosoft.com/b2c_1a_csi_signup_signin/'.freeze
14
14
 
15
15
  option :name, 'reinz'
16
16
 
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-reinz
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Realhub Systems
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-10 00:00:00.000000000 Z
11
+ date: 2023-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -89,6 +89,7 @@ files:
89
89
  - lib/omniauth/reinz.rb
90
90
  - lib/omniauth/reinz/version.rb
91
91
  - lib/omniauth/strategies/reinz.rb
92
+ - omniauth-reinz-1.0.0.gem
92
93
  - omniauth-reinz.gemspec
93
94
  homepage: https://github.com/realhub/omniauth-reinz
94
95
  licenses: