omniauth-hubspot 0.0.6 → 0.0.7

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: 8bbf2dd2a9e004c54194999286b41fd97fe98dba
4
- data.tar.gz: 9dd857b96b909ccfbd311b9a1bc230e700436c0d
3
+ metadata.gz: 7e809a8faf7415e3e5ce4b715ea9c4f39d0ba91f
4
+ data.tar.gz: b96e921ff1b8e1709a485a5b5b60256e085e187e
5
5
  SHA512:
6
- metadata.gz: 9f6919b70eb83b4b6feaecb8cbd876ee0be4ecd3d62f2ac741b816c1594a8b21dbb5dfb4683902a09503ab53cd87c3a4acf22fb46e2cb85b5848018554a37fb9
7
- data.tar.gz: 9ad598e98659f964f50070b3fee7b07305bbdbfdd881d34997a971f3e2a33b4fbf66d0382ab30eb35a852dabfcf21906b31a1d4d7680394e2095837e7be8609a
6
+ metadata.gz: 3bf68db6e2612735d8a838dc917dc5b17e8e19d51625e95fe6381c4a15da655495b10ad9acc9f1f229be481a2debba8f68feda2dc5836728db32e446e3af4aac
7
+ data.tar.gz: 806a161b41534a459f15c3772c524a87e9c6b93a57c388fbbd3a8ca928ed4a284c0d2118bb496759986cfef871c6dda89766184dcb6db30b932c95872c35527c
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module HubSpot
3
- VERSION = "0.0.6"
3
+ VERSION = "0.0.7"
4
4
  end
5
5
  end
@@ -7,10 +7,12 @@ module OmniAuth
7
7
  args [:client_id]
8
8
 
9
9
  option :name, "hubspot"
10
+ option :provider_ignores_state, true
10
11
 
11
12
  option :client_options, {
12
13
  :site => 'https://app.hubspot.com',
13
- :authorize_url => '/auth/authenticate'
14
+ :authorize_url => '/auth/authenticate',
15
+ :token => '/auth/authenticate'
14
16
  }
15
17
 
16
18
  option :authorize_options, [:scope, :portalId]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-hubspot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Arnold