Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expected way to use Async Client when its support is incomplete in load_sealed_session #412

Open
ms337 opened this issue Feb 23, 2025 · 0 comments

Comments

@ms337
Copy link

ms337 commented Feb 23, 2025

Was using the Python SDK to implement basic User Management features following the Quickstart. Was attempting to use the Async client given the auth living FastAPI server

But I get the intended NotImplementedError when trying to use the async def load_sealed_session method:

    async def load_sealed_session(
        self, *, sealed_session: str, cookie_password: str
    ) -> Session:
        raise NotImplementedError("Async load_sealed_session not implemented")

My assumption is that I instantiate either the sync client or the async client and use it throughout.

Given that load_sealed_session method is part of the standard code paths to check authentication states, should I not use the Async client at all till the support is completed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant