I am using play-authenticate to provide OAuth access to my web app. It is however annoying that when logging in through google it keeps prompting to grant permission. This dose not occur on the example site https://play-authenticate.herokuapp.com/
My mine.conf looks as follows,
google {
redirectUri {
secure=false
}
clientId="**********"
clientSecret="**********"
}
Anyone hava a idea of how to correct this?
In
Why does Google OAuth2 re-ask user for permission when i send them to auth url again the problem is resolved by removing approval_prompt=force