Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use deeplinks for desktop login instead of localhost server #223

Open
Brendonovich opened this issue Dec 19, 2024 — with Linear · 0 comments
Open

Use deeplinks for desktop login instead of localhost server #223

Brendonovich opened this issue Dec 19, 2024 — with Linear · 0 comments
Assignees

Comments

Copy link
Member

Desktop login is current done using tauri-plugin-oauth, which spawns a localhost server that the web login process redirects to. This isn't 100% reliable, a number of users have had the localhost server just not work.

Redirect to a cap-desktop:// deeplink should be more reliable, this will require work in both desktop and web to perform and handle the new redirect.

Deeplinks don't work with tauri dev on macos so we'll probably want to support the old flow in web in perpetuity and just during dev in desktop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant