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.2.x release branch in 6.2.4.
What's Changed
- Check for
IsAuthenticated
in addition toSucceeded
when callingAuthenticateAsync
. See #1356.
Full Changelog: 6.3.2...6.3.3