omniauth-oktaoauth 0.1.2 → 0.1.3

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: f71896e94a27e7e29ce14e314e68a21474b5613ea837d18e7877b9971b83e989
4
- data.tar.gz: 4c256e94d18140e890952f20e1b6d07d1b3d1cf1a26d1d4fb51c94755cfede9c
3
+ metadata.gz: d72098f3bfa3f3877b8949b243071aa571ef2b27aca8bc86933ddaab2c098131
4
+ data.tar.gz: 6bd204373d4d801cd5306f9d3a1c07c273a129a8a5a1fcbea465f0b41e1d7e72
5
5
  SHA512:
6
- metadata.gz: c0d62df94b7701ecf2f209b644714fd3df62c26f4bd522f4a75a92112db7641486ac924ee3ef22baebf3695c2a9ed52bf72f6c0a462581fa49d0b66844db28c4
7
- data.tar.gz: 1c1548949627c1ff514490f9b375b1c6e9548fa80af16b3a9d495480af8fdc6ae8d37d09b3cf13517502051f89cbaed496faad0df13faceac049be22254892b9
6
+ metadata.gz: b4ddf4680607a45d0955c5ba2fd28a40757e6018efbe7227088d826f0db995cd388e175e09020f06e27c1459f728eafc8acfc2d6b56289685da5242881d7384b
7
+ data.tar.gz: 5b776242fa742e108f9293b3db92a7732ec6a77fec2a93cba50682a241db1071dd422fdfac7ab3326b733cd8cae4a396d0bd4014e3f4743b298b54411aa11297
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Oktaoauth
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.3'
6
6
  end
7
7
  end
@@ -4,7 +4,7 @@ require 'omniauth-oauth2'
4
4
 
5
5
  module OmniAuth
6
6
  module Strategies
7
- class Okta < OmniAuth::Strategies::OAuth2
7
+ class Oktaoauth < OmniAuth::Strategies::OAuth2
8
8
 
9
9
 
10
10
  DEFAULT_SCOPE = %[openid profile email].freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-oktaoauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Andrews
@@ -113,7 +113,7 @@ files:
113
113
  - Rakefile
114
114
  - lib/omniauth-okta.rb
115
115
  - lib/omniauth-okta/version.rb
116
- - lib/omniauth/strategies/okta.rb
116
+ - lib/omniauth/strategies/oktaoauth.rb
117
117
  homepage: ''
118
118
  licenses:
119
119
  - MIT