Actions
Feature #2084
closedFeature #2076: Make QtWebkit dependency truly optional
Untangle svcauth from QtWebKit
Start date:
08/22/2021
Due date:
% Done:
100%
Estimated time:
10:00 h
Description
Right now, `svcauth` util library uses `QtWebKit` to implement OAuth2 implicit flow login. Ultimately, this needs a browser, and currently `QWebView` is used. Let's see if we can somehow avoid that, either by moving authorization to a plugin, or in any other way.
Actions