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.
Updated by 0xd34df00d about 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset main|92e9862a37af5b18f3a9628d10e1cc48b6aea819.
Actions