Skip to content

New FastAPI Backend Auth mechanism

Currently the decision for a new backend / api framework tends to go to FastAPI. This will be needed for the AI development. To work with both backends in parallel and to enable a smooth transition from the old Flask framework to the new one, we will need an authentication system that enables the FastAPI backend to use the authentication of the Flask backend.