From 1c072dbf0349860f75336d8f182cb395e84c5510 Mon Sep 17 00:00:00 2001 From: Ben Rogers-Newsome <> Date: Wed, 5 Jan 2022 18:26:14 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd4f866..7cdfe918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Fixed Slack user identity API call with Bearer headers - Fixed microsoft-graph login error +- Re-calculate whether the user is still authenticated after the pipeline in the `do_complete` function. ## [4.1.0](https://github.com/python-social-auth/social-core/releases/tag/4.1.0) - 2021-03-01