summaryrefslogtreecommitdiff
path: root/alpine/xoauth2info.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2022-05-04 22:13:04 -0600
committerEduardo Chappa <chappa@washington.edu>2022-05-04 22:13:04 -0600
commit38a4a893a1f70eb940831de2ab0a156d780f4e02 (patch)
tree74b304aefd7630cdbdb4900acd258a82ab57d3cd /alpine/xoauth2info.c
parent5aeedb66cbeaa624be27821201ae3ebba56f39e1 (diff)
downloadalpine-38a4a893a1f70eb940831de2ab0a156d780f4e02.tar.xz
* Change the redirect_uri scheme for Gmail, as Google is deprecating the use
of oob. Changed to http://localhost. Users are supposed to enter the URL they see in their browser in place of the code.
Diffstat (limited to 'alpine/xoauth2info.c')
-rw-r--r--alpine/xoauth2info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/xoauth2info.c b/alpine/xoauth2info.c
index c46e2696..b567fcfb 100644
--- a/alpine/xoauth2info.c
+++ b/alpine/xoauth2info.c
@@ -35,7 +35,7 @@ OAUTH2_S alpine_oauth2_list[] = {
{"code", NULL}, /* access code from the authorization process */
{"refresh_token", NULL},
{"scope", "https://mail.google.com/"},
- {"redirect_uri", "urn:ietf:wg:oauth:2.0:oob"},
+ {"redirect_uri", "http://localhost"},
{"grant_type", "authorization_code"},
{"grant_type", "refresh_token"},
{"response_type", "code"},