diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-03-27 21:36:52 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-03-27 21:36:52 -0600 |
commit | c5a870b30c43914ed8414b9f54bed3da27057d79 (patch) | |
tree | 9827efdac51b81bda6e813cadc2375415e99b734 /pith | |
parent | a5c42906261fefe477422cf106cbd0ce934e0173 (diff) | |
download | alpine-c5a870b30c43914ed8414b9f54bed3da27057d79.tar.xz |
* Remove the ability to choose between the device and authorize methods
to login to outlook, since the original client-id can only be used
for the device method. One needs a special client-id and client-secret
to use the authorize method in Outlook.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 3904fe6c..5b0078e3 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -197,6 +197,10 @@ New features include: <LI> Add the capability to record http debug. This is necessary to debug XOAUTH2 authemtication, and records sensitive login information. Do not share your debug file if you use this form of debug. +<LI> Remove the ability to choose between the device and authorize methods + to login to outlook, since the original client-id can only be used + for the device method. One needs a special client-id and client-secret + to use the authorize method in Outlook. </UL> <P> |