mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
![]() This is a re-write from a previous attempt. Instead of requests, which doesn't properly use SSL certificates installed on the computer among other things, we'll now use the HttpRequestManager which uses QNetworkManager under the hood and properly uses system settings. The QNetworkManager is asynchronous which would normally be very nice, but due to the nature of this call we want to make it synchronous so we'll use a lock here. Contributes to issue CURA-8539. |
||
---|---|---|
.. | ||
__init__.py | ||
AuthorizationHelpers.py | ||
AuthorizationRequestHandler.py | ||
AuthorizationRequestServer.py | ||
AuthorizationService.py | ||
KeyringAttribute.py | ||
LocalAuthorizationServer.py | ||
Models.py |