bradamelton / saberfin.io

Issues for the https://saberfin.io website
0 stars 0 forks source link

Google OAuth Verification #95

Closed bradamelton closed 8 months ago

bradamelton commented 2 years ago

May need to verify the app before letting it get bigger:

https://stackoverflow.com/questions/65184355/error-403-access-denied-from-google-authentication-web-api-despite-google-acc

bradamelton commented 8 months ago

This only applies if we are requesting sensitive scopes. I don't think we are since we just want emial.

The user cap limits the number of users that can grant permission to your app when requesting unapproved sensitive or restricted scopes. The user cap applies over the entire lifetime of the project, and it cannot be reset or changed. Verified apps will still display the user cap on this page, but the user cap does not apply if you are requesting only approved sensitive or restricted scopes. If your users are seeing the "unverified app" screen , it is because your OAuth request includes additional scopes that haven't been approved.