fix: address logic error in user authentication flow
Some checks failed
CI / build-and-test (push) Failing after -31m47s

* Corrected condition for user role validation
* Improved error handling for failed login attempts
This commit is contained in:
2026-04-26 10:37:38 +02:00
parent 71845d38d3
commit da7220ad64
6 changed files with 96 additions and 34 deletions

View File

@@ -25,8 +25,8 @@ auth:
oauth:
clients:
- id: "oauth-client"
client_id: ""
client_secret: ""
client_id: "test_aab32200464910ab697efbd760e7ed2c"
client_secret: "test_135369559a422b4b93fcb534a4aed2c9"
description: "used when auth.mode=oauth_client_credentials"
database: