summaryrefslogtreecommitdiff
path: root/alpine/xoauth2info.c
AgeCommit message (Collapse)Author
2022-06-02 * New version 2.26Eduardo Chappa
2022-06-02 * New flag for XOAUTH2 authentication, which is needed to indicate thatEduardo Chappa
we are opening a stream for the first time. This is not needed for online access but for drivers that need to open/close a connection many times.
2022-05-04 * Change the redirect_uri scheme for Gmail, as Google is deprecating the useEduardo Chappa
of oob. Changed to http://localhost. Users are supposed to enter the URL they see in their browser in place of the code.
2021-12-04 * Add default flow to each XOAUTH2 configuration.Eduardo Chappa
2021-11-21 * Support for code_verifier and code_challenge when generating aEduardo Chappa
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.)
2021-11-21 * Support for code_verifier and code_challenge when generating aEduardo Chappa
refresh token and access token in Gmail using the S256 method and plain method.
2021-08-28 * Fix of more memory leaks and a crash due to incorrect freeing of memory, ↵Eduardo Chappa
introduced in commit 8961761e0b3c7b3cc11a00f6ac6ebf7a29bc5a10
2021-08-23 * Fix some memory leaks reported by Valgrind.Eduardo Chappa
2021-05-02 * Code reorganization to place all xoauth2 configuration information inEduardo Chappa
one file.