omniauth-td-ameritrade 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 852b47bce9f72d2442eb5a4cc9ed131258cf3c2b
4
- data.tar.gz: 960875669590a2c407d995aaa3f92f74e66aadf6
3
+ metadata.gz: ade6fae0fcafeb3a165825fe92de6e47972535c4
4
+ data.tar.gz: 3181e2dbb1ae61d46e4da4bc4b4a8d6a01207fa5
5
5
  SHA512:
6
- metadata.gz: 3e9ff3c7c41269640a3555bd9de6798e349d45e91662492807965524249df2f76899b5b88cdbc530ea3a719f877346e052d53ba439f16898dcc264313acc40b9
7
- data.tar.gz: 5ea9108c28e5d3be8b226ddfc540097df3d698f7d456cbb3bcc1262132710c976c7c72536b5b0d3d2af4e71de4f3c67553daa0510e13a6c005bb1586eb0af16d
6
+ metadata.gz: c84d0e5100cc42c05fb1955e78731a70b1176a21293cc441dbbb7910307a1e67dd3ae3f125b49867b250bef6909af8b4d7bfbcdacdab4dc6afe637ce31fbb6c6
7
+ data.tar.gz: bc8a5dac19e95213a01f0aa01610edd50ae0be6449d5d0f7617a90af970595f4a44e8a957f9d7544a612be4cb79b52cbb70e2eed15fd24d8940a681365b3a237
@@ -9,7 +9,7 @@ module OmniAuth
9
9
  option :client_options, {
10
10
  :site => "https://api.tdameritrade.com",
11
11
  :authorize_url => "https://auth.tdameritrade.com/auth",
12
- :token_url => "https://api.tdameritrade.com/v1/oauth2/token"
12
+ :token_url => "https://api.tdameritrade.com/v1/oauth2/token?access_type=offline"
13
13
  }
14
14
 
15
15
  uid { raw_info[0]["securitiesAccount"]["accountId"] }
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module TdAmeritrade
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-td-ameritrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Teh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-22 00:00:00.000000000 Z
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth