I’m using the Google strategy in Devise to authenticate users through OAuth. After clicking on a link in my app, the user is bounced to Google, where they select an account to use and hit continue. However, currently they get another screen as below.
The site http://www.site.com is requesting
access to your Google Account for the
product(s) listed below.Google Contacts
All I need is the auth part, and I’d like to eliminate this last screen from the flow. Is this possible?
It is required that they are brought to that screen and actually click OK. Otherwise it wouldn’t be hard too hard to trick people into giving you their auth cookies. Also, if they aren’t currently logged in they will be prompted to do that there.