1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-01-18 19:40:42 +00:00

Add login link

Save users a click by adding direct link to Nest login page.
This commit is contained in:
Ivan Smirnov 2020-05-15 20:47:58 -07:00 committed by GitHub
parent 7ab48d968e
commit 0a8ad08c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ two-character country code, and it should work.
Google recently introduced reCAPTCHA when logging to Nest. That means username
and password cannot be used directly any more. Instead, you have to obtain
`user_id` and `access_token` for your account by logging in manually. To do that,
open developer tools in your browser, switch to the "Network" tab, log in to Nest
open developer tools in your browser, switch to the "Network" tab, [log in](https://home.nest.com/) to Nest
and look for the request similar to `https://home.nest.com/session?_=1578693398448`.
You will find `user_id` and `access_token` in the response to the request.