Skip to content
View RichardOyelowo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report RichardOyelowo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RichardOyelowo/README.md

Richard Oyelowo

Backend Engineer (Python · FastAPI · Systems Design)
Designing authentication systems, multi-tenant architectures, and scalable backend services


📌 Engineering Focus

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.


📦 Open Source

gatevault

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

PyPI Python CI

@gate.protected
def get_profile(payload=None):
    return db.get_user(payload["user_id"])

Pinned Loading

  1. gatevault gatevault Public

    Framework-agnostic Python auth library. JWT tokens, bcrypt hashing, OAuth2 login flow, and route protection in one coherent package.

    Python

  2. Snip Snip Public

    A fast, minimal URL shortener built with FastAPI, async SQLAlchemy, and PostgreSQL. Features click tracking, an admin dashboard, and a clean dark UI. Dockerized and deployed on Render.

    Python

  3. Business-Dashboard Business-Dashboard Public

    A production-ready customer and order management system built with Flask and SQLAlchemy. Multi-user support, role-based data isolation, password reset via email, and a clean dashboard interface.

    Python 1

  4. clustra clustra Public

    in development

    Python

  5. DevBrain DevBrain Public

    DevBrain is a lightweight frontend project built with Python & HTML to demonstrate structured layouts, semantic markup, and basic UI design principles.

    Python