omniauth-thingiverse 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module OmniAuth
|
|
4
4
|
module Strategies
|
5
5
|
class Thingiverse < OmniAuth::Strategies::OAuth2
|
6
6
|
option :client_options, {
|
7
|
-
:site => 'https://
|
7
|
+
:site => 'https://www.thingiverse.com',
|
8
8
|
:authorize_url => '/login/oauth/authorize',
|
9
9
|
:token_url => '/login/oauth/access_token',
|
10
10
|
:token_method => :get
|