Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features #169

Merged
merged 4 commits into from
Nov 26, 2024
Merged

Features #169

merged 4 commits into from
Nov 26, 2024

Conversation

croessner
Copy link
Owner

No description provided.

Christian Roessner added 4 commits November 26, 2024 08:48
Replaced the postVerificationProcesses function with authenticateUser in the handlePassword method for better code clarity and functionality. This update includes extracting several helper methods to modularize the authentication steps, like verifyPassword, processUserFound, and cache handling functions. Also, added a new constant for the Redis user cache prefix and ensured consistent naming across the codebase.

Signed-off-by: Christian Roessner <[email protected]>
Updated various server modules to switch from using "global" to "definitions" package. This change encompasses loggers, authentication modules, session handling, and utility functions for improved code management and readability.

Signed-off-by: Christian Roessner <[email protected]>
Signed-off-by: Christian Roessner <[email protected]>
Updated the cache flush process to provide more detailed messages by showing the actual number of keys flushed. Enhanced error checks and logging to ensure that only successfully removed keys are reported.

Signed-off-by: Christian Roessner <[email protected]>
@croessner croessner merged commit 2de92e0 into main Nov 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant