From dd71bf720e21da8fd750fbdc31c72b0f94f67b43 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 21 Oct 2019 19:29:11 +0200 Subject: [PATCH] Authenticator dbus api: Add Webflow signal When resolving the transactions we call RequestRefTokens as needed to get bearer tokens for some refs. These calls can also emit the Webflow signal on the request object with a url. It is then up to the client to show this url in some way. Once the required operations are done in the browser it will redirect to some url that will reach the authenticator, telling it that the operation is done and the final result of it. At that point the authenticator will emit the WebflowDone signal and continue. If the cliend doesn't want to do the web flow it can call the close operation on the request object. --- data/org.freedesktop.Flatpak.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/org.freedesktop.Flatpak.xml b/data/org.freedesktop.Flatpak.xml index d611b7f1..6da137ca 100644 --- a/data/org.freedesktop.Flatpak.xml +++ b/data/org.freedesktop.Flatpak.xml @@ -183,6 +183,11 @@ + + + + +