Skip to content

Commit 3b9d06b

Browse files
committed
updates readme with troubleshooting for google auth
1 parent 5495203 commit 3b9d06b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ To enable Google OAuth authentication, you need to set up Google OAuth in the Go
205205
- `GOOGLE_AUTH_CLIENT_ID`: Your Client ID
206206
- `GOOGLE_AUTH_CLIENT_SECRET`: Your Client Secret
207207

208+
##### Google OAuth Troubleshooting
209+
210+
If you encounter an error when signing in with google on the app (potentially after deleting data from your database) related to "oauth refresh token cannot be blank ... until you remove this website as a third party connection", you can fix this by going to the [Google Third-Party Apps and Services](https://myaccount.google.com/connections) and removing the app from the list of third-party apps with access to your account.
211+
208212
#### HTTP header authentication
209213

210214
Note: Enabling this automatically disables Password-based and Google-auth based authentication.

0 commit comments

Comments
 (0)