TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Properly handle Argon2 VerifyMismatchError #378

Closed byewokko closed 1 month ago

byewokko commented 1 month ago

Issue

368 introduced a bug in password verification: Incorrect password triggers a stacktrace.

Solution

Handle the raised error and return False where it is expected.