omniauth_fresh_account 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 622299ae53ef6680375c68d40b89a0a4bcb3c837039b16998574068739d447cf
4
- data.tar.gz: 28e0412541463878630bb8abe18b6a1263ad548c1f9a0efb5c99002c0ba3cc53
3
+ metadata.gz: 9e0b1b37b6e05115d49abba368a86f554273f97fdb6bc2dd6bf9183693e9ff1d
4
+ data.tar.gz: 6fe0c165bf431e7c375558a9a34ab6aad87d634da542df5765fea4df685946d5
5
5
  SHA512:
6
- metadata.gz: 66fb29f3de41635d59185d47b97a31ace9dc999d91d3e272e2b369e2dba426045765586317148746bcb855db8c044ce8b13cba15abd5179d4bfe80427445c40b
7
- data.tar.gz: bcd15b2f2f638d5018218804fefd09ae61e09bcdefcef2322a7ae93d83e6d566a23e4aae894c101c5e966a9bc992cea85c4896183c9a2629127f0546b1dc305f
6
+ metadata.gz: 8fa6c0ed6b6b0029e84df844b5194de287fa46cfaa622badf45c02d2256d6df122e44e2b7c69bb8ea44c8e56cb43d34f0da96240f70f3c04374de06aa48a1666
7
+ data.tar.gz: ccf331d27510bff5f2725a0f5647d71137f40d074af00ba6a5860a260f67416b39970b4012becb3ac496c1c9709f2117efb985dca8b01e337f060b907dbb4161
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module FreshAccount
3
- VERSION = "0.2.8"
3
+ VERSION = "0.2.9"
4
4
  end
5
5
  end
@@ -1,15 +1,10 @@
1
1
  require "omniauth/fresh_account/version"
2
2
  require 'omniauth-oauth2'
3
3
 
4
- class Kuda
5
- def name
6
- "kudakwashe"
7
- end
8
- end
9
-
10
4
  class OmniAuth::Strategies::FreshAccount < OmniAuth::Strategies::OAuth2
11
5
  # change the class name and the :name option to match your application name
12
6
  option :name, :fresh_account
7
+ option :callback_path, '/users/auth/fresh_account/callback'
13
8
 
14
9
  option :client_options, {
15
10
  :site => "http://localhost:5000",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_fresh_account
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kudakwashe Paradzayi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-10 00:00:00.000000000 Z
11
+ date: 2021-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2