Changelog

Improved

API Refactoring Changes

The following API changes were made to accommodate renaming domainName to name for tenant and application entities:

Improved

Auth Dependencies for FastAPI Demo App

The FastAPI Demo App now shows how to use Dependencies instead of Middleware for securing APIs. The core logic remains the same, but this approach better aligns with FastAPI best practices and provides more granular control over which routes require authentication.