Notify user, when response of Hub Authentication takes a long time
#3,162 opened on Oct 20, 2023
Repository metrics
- Stars
- (10,325 stars)
- PR merge metrics
- (Avg merge 7d 6h) (10 merged PRs in 30d)
Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
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