Skip to content

Commit 4ee35be

Browse files
committed
Clarify the Google app OAuth requirements
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
1 parent 2709b65 commit 4ee35be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,12 @@ Once you are logged into your Gmail account in the browser, all these steps happ
164164

165165
#### Basic Account Setup
166166

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

169169
- Set up "OAuth Consent Screen" for the project
170170

171-
- If this is an "External" and "Testing" app, be sure to add add your own e-mail address to the "test users"
171+
- 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).
172+
- 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.
172173

173174
#### Client Credentials
174175

0 commit comments

Comments
 (0)