Skip to content

Commit

Permalink
Clarify the Google app OAuth requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Apr 15, 2022
1 parent 2709b65 commit ca07553
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,12 @@ Once you are logged into your Gmail account in the browser, all these steps happ

#### Basic Account Setup

- Select an exisitng project, or add a Project if you don't have one yet (it can be any name)
- Select an existing project, or add a Project if you don't have one yet (it can be any name)

- Set up "OAuth Consent Screen" for the project

- If this is an "External" and "Testing" app, be sure to add add your own e-mail address to the "test users"
- If this is an "External" app, make sure the "Publishing status" of the app shows "In production" (as opposed to "Testing"), otherwise the token [will be revoked after 7 days](https://github.com/tarickb/sasl-xoauth2/issues/29).
- You can ignore any requests to "verify" your app. The warnings shown in the console are misleading. You don't actually need to go through verification.

#### Client Credentials

Expand Down

0 comments on commit ca07553

Please sign in to comment.