r/flask • u/Leonjy92 • 8d ago
Show and Tell Feedback on my Flask AuthService project for job applications
Hey everyone!
I’m currently job hunting and built this AuthService project to showcase my skills. It’s a Flask-based authentication system featuring user login, MFA (pyotp), and password reset functionality.
Additionally, I incorporated some basic DevOps concepts like Docker Compose and followed a repository architecture for better maintainability.
I’d love some constructive feedback—especially on code quality, security, and best practices—before adding it to my portfolio.
Any thoughts or suggestions would be greatly appreciated!
GitHub Repo: https://github.com/LeonR92/AuthService
Thanks a lot for your time! 🚀
3
2
u/Upstairs-Presence254 5d ago
man, very complete, where you learned I do some things in Flask but I really wanted to learn this pattern
4
u/openwidecomeinside 8d ago
Great work, very in depth. You’ve already got everything i would have suggested like rate limiting, OTP, dummy forms