GNOME Bugzilla – Bug 795997
Fails to parse Google OAuth2 authorization code
Last modified: 2018-05-10 11:58:50 UTC
When creating a new Google account, after successful login to the server and going through the wizard down to "Allow" click, the page is left opened, instead of getting the access token from there and closing it.
In case WebKitGTK+ doesn't provide page title for some reason, the expected value could not be checked and the process didn't finish when it should. The below change tries to extract the authorization code from the page URI, where it is stored as well. Created commit 2be90d75c in eds master (3.29.2+) Created commit 5c6b22b8e in eds gnome-3-28 (3.28.3+)