dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

How to launch desktop app with OAuth redirect URI

Open st-little opened this issue 3 years ago • 1 comments

I want to launch desktop app with a redirect URI after authenticating with OAuth. Can I achieve this with a custom protocol?

st-little avatar Jun 11 '22 12:06 st-little

This is called deep linking - a feature I very much want as well. It doesn't seem like it's really been figured out yet though, anywhere in the Rust community. Here's the Tauri issue for it:

https://github.com/tauri-apps/tauri/issues/323

You might be able to put it together using the crate they point out, but it's currently archived/unmaintained.

At a later point I think we should add support natively into the Desktop crate in the form of a hook or listener component - if you're able to make any headway from the tauri work then we can integrate it into the desktop crate natively.

jkelleyrtp avatar Jun 11 '22 14:06 jkelleyrtp