mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 23:45:57 +03:00
[GH-ISSUE #588] Authentication sequence freezing upon opening the browser #350
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gitRaiku on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/588
Describe the bug
When first logging in with psst, the code path runs through
in
psst-gui/src/ui/preferences.rs.Running open::that() opens firefox, halting execution until firefox is closed, blocking the creation of the thread, blocking with it the creation of the oauth socket.
To Reproduce
Run psst-gui for the first time.
Expected behavior
Have the socket be created while firefox is running.
Environment
@gitRaiku commented on GitHub (Feb 21, 2025):
Pull request #589 tries to alleviate this issue.
@jacksongoode commented on GitHub (Feb 22, 2025):
Closed in latest commit