Skip to content

Release v1.3.7

Compare
Choose a tag to compare
@croessner croessner released this 18 Nov 15:41
· 221 commits to main since this release

Unreleased

v1.3.7 - 2024-11-18

Fix

  • Refactor auth logic and clean up unused variable
    • Fix user authentication storage issues
    • Remove redundant AccountField check in auth logic
    • Refactor authenticateUser to processPassDBResult
    • Remove redundant password history checks in cache loading
    • Refactor user account cache loading logic