Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AsyncIO support #304

Closed
Closed
@ca-simone-chiorazzo

Description

@ca-simone-chiorazzo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions