Backend Engineer (Python · FastAPI · Systems Design)
Designing authentication systems, multi-tenant architectures, and scalable backend services
Backend engineer specializing in authentication systems, multi-tenant architecture, and async backend services.
Progressed from Flask-based REST APIs to FastAPI-based scalable systems with Docker, CI/CD, and production deployments.
|
Authentication and authorization library for Python applications implementing JWT-based authentication, OAuth2 flows, bcrypt password hashing, and RBAC permission control. Stack: Python · JWT · OAuth2 · bcrypt · FastAPI/Flask compatible design |
@gate.protected
def get_profile(payload=None):
return db.get_user(payload["user_id"]) |

