cryptomator/cryptomator

Notify user, when response of Hub Authentication takes a long time

Open

#3,162 opened on Oct 20, 2023

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,068 forks)batch import
good first issuemisc:gui

Repository metrics

Stars
 (10,325 stars)
PR merge metrics
 (Avg merge 7d 6h) (10 merged PRs in 30d)

Description

Please agree to the following

Summary

Develop and implement ux concept for raising user awarness if server response during authentication exceeds a certain threshold.

Motivation

Some user have different proxy settings for Cryptomator and the default Browser, leading to not being able to authenticate and unlock a vault. #3113 mitigates this issue, but since Cryptomator waits for repsonse from the browser, which requires user interaction, we cannot just time restrict it.

We should develop an UX concept to make the user aware if authentication takes a very long time.

Considered Alternatives

Time restict whole flow: Since the flow requires user interaction, this would need timeout in minutes.

Anything else?

Follow up of #3113

Contributor guide