Thsi project implements a authentication backend design with a "security-first" approach. It ensures that the credentials are never transitted in plain text and manages user sessions using industry-standard tokens.
Tech Stack Language: Python 3.10+ Framework: Fast API Database: MySQL Security Libraries: cryptography, python-jose, bcrypt Testing: Postman