Hi,
I'd like to use crudadmin as a temporary UI for a fastapi app that already has authentication using the usual FastAPI dependencies approach. Is there any way to disable the built-in auth and use my own? I don't want to end up in the business of managing users when we already have Entra.
(Also, with the "Getting Started" example, I'm seeing looping redirects after login, but I don't really want to debug an auth system that I also don't want! :-) )
Hi,
I'd like to use crudadmin as a temporary UI for a fastapi app that already has authentication using the usual FastAPI dependencies approach. Is there any way to disable the built-in auth and use my own? I don't want to end up in the business of managing users when we already have Entra.
(Also, with the "Getting Started" example, I'm seeing looping redirects after login, but I don't really want to debug an auth system that I also don't want! :-) )