Closed
Description
Hi,
we've integrated Auth0 in a FastAPI application and at the moment, we're forced to run the requests to Auth0 in a thread pool since the Auth0 library uses requests
that is IO blocking.
Is there any plan to support AsyncIO?
Running each request in a thread pool is resource-intensive and does not allow us to leverage the non-blocking IO towards Auth0 APIs. In the long term, this will not be maintainable/scalable in our view.
Metadata
Metadata
Assignees
Labels
No labels