mintable icon indicating copy to clipboard operation
mintable copied to clipboard

OAuth error

Open albertple opened this issue 2 years ago • 4 comments

Getting this error when setting up mintable after entering in Google API credentials (Step 4)

Error 400: invalid_request

You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure.

You can let the app developer know that this app doesn't comply with one or more Google validation rules. Request Details The content in this section has been provided by the app developer. This content has not been reviewed or verified by Google. If you’re the app developer, make sure that these request details comply with Google policies. redirect_uri: urn:ietf:wg:oauth:2.0:oob

albertple avatar May 17 '22 22:05 albertple

I got around it by just pointing to some random url like: http://localhost:8080.. then after authorization i got the code from the url it redirected me. The page will never load, don't worry.

keeeenion avatar Jun 02 '22 13:06 keeeenion

Looks like the OOB flow is deprecated: https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#instructions-oob

ouhakheme avatar Aug 13 '22 13:08 ouhakheme

yeah @ouhakheme I tried setting this up and got this error :( https://i.imgur.com/5h4Z7AA.jpeg

j-justice avatar Aug 21 '22 03:08 j-justice

Adding your gmail into testing user field should fix the issue

@j-justice

image

image

image

image

vincecao avatar Aug 27 '22 04:08 vincecao

What do you guys recommend we update the docs with to make this clearer?

kevinschaich avatar Sep 21 '22 16:09 kevinschaich

Thanks @vincecao – I added instructions in the Google Setup flow here https://github.com/kevinschaich/mintable/commit/5b80c5ee45448196515f4e0dfcc70810d614203f to help people that run into this in the future. Appreciate your help.

kevinschaich avatar Dec 30 '22 16:12 kevinschaich