xbox-webapi-python
xbox-webapi-python copied to clipboard
Allow passing an SSLContext instead of creating a new one.
This change is to fix https://github.com/home-assistant/core/issues/133965 due to creating an SSLContext that does blocking IO. This adds an optional parameter to SignedSession to allow passing in an existing context.