This is a learning project where I created an Authentication and Authorization microservice using FastAPI.
This repo contains my implementation of a simple but effective auth service that handles:
- User registration and login
- JWT token-based authentication
- Password hashing and security