Design comparison
Solution retrospective
I'm proud of developing a Personal Finance App that successfully integrated various technologies and provided a smooth user experience. The app was well-received for its usability and security features, especially the use of access and refresh tokens managed with Redis.
Next time, I would focus more on planning and setting up a robust testing strategy early on. This would help identify potential issues sooner and streamline the development process.
What challenges did you encounter, and how did you overcome them?One of the key challenges I encountered while developing the Personal Finance App was ensuring seamless authentication and maintaining security with access and refresh tokens. Initially, managing token expiration and refresh flow in Redis without affecting user experience was quite complex.
To overcome this, I researched best practices for token management and implemented a system where access tokens are short-lived, while refresh tokens stored in Redis securely handle re-authentication. I also set up automated tests to ensure that the flow works consistently. This not only enhanced security but also improved the app's overall reliability.
Community feedback
- @Mahmoud-ElagamyPosted about 2 months ago
Thank you for your excellent work on this project. I have identified a minor issue that I believe should be addressed. When attempting to create a new account and then returning to the login page, the button seems to be redirecting to the same page. Please let me know if you require further clarification.
Marked as helpful0@unaygneyPosted about 2 months ago@Mahmoud-ElAgamy Thank you for your comment, Mahmoud. I must have missed it, I corrected it now.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord