Why Google OAuth Client appears in development

Viewed 388

I am trying to get Google OAuth screen consent verification for my project, but it is not approved. The reason is that development clients cannot be approved. I am sharing the message from Google below.

However, when I check the details of the client, there are only url that I use in the live (there is no localhost url). Even though I created a separate project for development and created a client under it called staging, I still get the following warning.

I did not fully understand what else to do. Can you help me please?

Google Message

enter image description here

Related Client

enter image description here

1 Answers

A bit of an update on this. (Took a while to find the right team at google to contact)

This was an issue with the reviewer guidelines which has since been updated.

Apparently .dev often is used for testing - but it's also used for production as in this case.

People using .dev domains should no longer have issues with verifying applications.

Related