Open Issues Need Help
View All on GitHub Security • Authentication
Добавить логирование 2 months ago
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
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