Skip to content

Remove Authorization, Manual Token Update#1

Open
iakoubtchik wants to merge 1 commit intotwack:masterfrom
iakoubtchik:patch-1
Open

Remove Authorization, Manual Token Update#1
iakoubtchik wants to merge 1 commit intotwack:masterfrom
iakoubtchik:patch-1

Conversation

@iakoubtchik
Copy link

Since Wink does not currently allow ST to authorize using their API, we can remove the authorization and manually hard-code the access & refresh tokens.

Using Advanced REST client (Chrome, Firefox) we set the following:

URL: https://winkapi.quirky.com/oauth2/token
Request: POST
Payload: {"client_id":"c22d82a7fc3d6faf06dcff1bcf0feb52","client_secret":"bd44c524a1df9dce134235d174350603","username":"wink-app@email.com","password":"wink-app-pass","grant_type":"password"}
Content-Type: application/json

Since Wink does not currently allow ST to authorize using their API, we can remove the authorization and manually hard-code the access & refresh tokens.

Using Advanced REST client (Chrome, Firefox) we set the following:

URL: https://winkapi.quirky.com/oauth2/token
Request: POST
Payload: {"client_id":"c22d82a7fc3d6faf06dcff1bcf0feb52","client_secret":"bd44c524a1df9dce134235d174350603","username":"wink-app@email.com","password":"wink-app-pass","grant_type":"password"}
Content-Type: application/json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants