This is a minor release that fixes a bug in some narrow edge cases related to disabling server side sessions. The same fix was applied to the 6.3.x release branch in 6.3.3.
What's Changed
- Check for
IsAuthenticated
in addition toSucceeded
when callingAuthenticateAsync
. See #1353.
Full Changelog: 6.2.3...6.2.4