Skip to content

Commit

Permalink
Clarify process to obtain master token (#64)
Browse files Browse the repository at this point in the history
* Update README.md

* link java manual exchange example

---------

Co-authored-by: Simon Weber <[email protected]>
  • Loading branch information
newbprogrammerpi and simon-weber committed Apr 21, 2024
1 parent 3f60aad commit c173140
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ For an explanation of recent changes, see [the changelog](https://github.com/sim

There is an alternative login flow if you are experiencing `BadAuthentication` errors.

1. Login to your Google account (Ex: Via https://accounts.google.com/EmbeddedSetup)
2. Obtain the value of the `oauth_token` cookie
3. Perform the token exchange:

1. Go to https://accounts.google.com/EmbeddedSetup
2. Log into your Google Account
3. Click on "I agree" when prompted
4. Obtain the value of the `oauth_token` cookie. For more details see [the gpsoauth-java readme](https://github.com/rukins/gpsoauth-java/blob/b74ebca999d0f5bd38a2eafe3c0d50be552f6385/README.md#receiving-an-authentication-token).

Then, perform the token exchange:
```python
import gpsoauth

Expand Down

0 comments on commit c173140

Please sign in to comment.