Skip to content

Commit

Permalink
updates readme with troubleshooting for google auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvallelonga committed Aug 3, 2024
1 parent 5495203 commit 3b9d06b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ To enable Google OAuth authentication, you need to set up Google OAuth in the Go
- `GOOGLE_AUTH_CLIENT_ID`: Your Client ID
- `GOOGLE_AUTH_CLIENT_SECRET`: Your Client Secret

##### Google OAuth Troubleshooting

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.

#### HTTP header authentication

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

0 comments on commit 3b9d06b

Please sign in to comment.