-
Notifications
You must be signed in to change notification settings - Fork 183
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.
Giaco9, krissetto, willianantunes, bradydean, MwinyiMoha and 2 more
Metadata
Metadata
Assignees
Labels
No labels