omniauth-gplus icon indicating copy to clipboard operation
omniauth-gplus copied to clipboard

userinfo endpoint is depreciated.

Open raldred opened this issue 11 years ago • 1 comments

The userinfo endpoint is depreciated as per google login scopes documentation: https://developers.google.com/+/api/oauth#login-scopes and https://developers.google.com/+/api/auth-migration#timetable

It's not currently possible to migrate to using email & profile because the format_scope method is too restrictive and always prepends https://www.googleapis.com/auth/ to passed scopes

raldred avatar Oct 26 '14 23:10 raldred

Thanks for this. I'll modify the format_scope and get it working as per the documentation

samdunne avatar Oct 28 '14 09:10 samdunne