diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-11-21 14:47:24 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-11-21 14:47:24 -0700 |
commit | 974f1dd90d2a5652a764d33c43e472e463db52dd (patch) | |
tree | 5e7522b687ecccd6290e02fbc50c95ffe25fdef0 /pith | |
parent | 7d652142f4960b679cb5399fc0485470af2cc878 (diff) | |
download | alpine-974f1dd90d2a5652a764d33c43e472e463db52dd.tar.xz |
* Support for code_verifier and code_challenge when generating a
refresh token and access token in Outlook using the S256 method
and plain method (only in the Authorize flow. The Device flow
does not seem to be affected by this modification.)
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 2141748e..c163ade1 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 617 2021-11-21 02:19:27 +Alpine Commit 618 2021-11-21 14:47:21 ============= h_news ================= <HTML> <HEAD> @@ -194,8 +194,8 @@ new additions to Alpine, please check it periodically. now it will. <LI> Support for code_verifier and code_challenge when generating a - refresh token and access token in Gmail using the S256 method - and plain method. + refresh token and access token in Gmail and Outlook using the + S256 method and plain method. <LI> Some servers do not allow the Drafts folder to be removed, even when it is empty. Alpine, however, assumes that if the folder exists, it |