You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think anyone has tried setting up xpublish with authentication yet. If I were to look into this, I would start with the FastAPI tutorial on security, then look at the xpublish routers to see if you can inject the token dependency there. @benbovy will know more but I suspect #89 will make this much easier.
This has sat for a long time so I'm going to close this out. The approach I would take here is to apply auth as a middleware layer on top of the Xpublish FastAPI App.
Hi,
how do I add FastAPI authentication features to the endpoint calls?
Thanks
The text was updated successfully, but these errors were encountered: