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

Refactor Authentication Service and Implement User Verification & Redis Cache #12

Merged
merged 8 commits into from
Jun 25, 2024

Conversation

YanPetrov7
Copy link
Collaborator

  • The authentication logic has been reorganized into its own dedicated directory for better structure and maintainability;
  • Introduced MailService to handle the sending of user verification emails;
  • Added the core logic for user verification, including generating and validating verification tokens;
  • Added unit tests to ensure MailService integration with AuthController works as expected;
  • Replaced the standard cache module with Redis to improve performance and scalability of the caching mechanism.

@YanPetrov7 YanPetrov7 merged commit 2a845ff into main Jun 25, 2024
2 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.

None yet

1 participant