2 Open Issues Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub
Security Authentication

AI Summary: Implement logging for a two-factor authentication system. This involves writing logs to a file and the console for each critical layer of the application. Optional tasks include defining logging commands for each layer and documenting the logging implementation in the repositories. Existing `Console.WriteLine()` calls may need to be replaced.

Complexity: 4/5
good first issue

try to create auth two-factor authentication

C#
Security Authentication

AI Summary: Implement two-factor authentication (2FA) with a retry mechanism. This involves adding a retry counter and a cancellation flag to the verification code model, updating relevant DTOs, and modifying the authentication handler to manage multiple retry attempts before cancelling the code.

Complexity: 4/5
good first issue

try to create auth two-factor authentication

C#