Skip to content

Commit

Permalink
Clarify the Google app OAuth requirements
Browse files Browse the repository at this point in the history
Note that the mention of "test users" is removed because, as far as I
can tell, this concept doesn't apply to production apps.

Fixes tarickb#29
  • Loading branch information
dechamps committed Apr 15, 2022
1 parent 2709b65 commit 4ee35be
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 is set to "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 4ee35be

Please sign in to comment.