-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Send UI notification on peer session expiry #1646
Conversation
…stem for session expiration.
This update introduces a new SessionWatcher in the internal package of the client UI. The purpose of SessionWatcher is to periodically check the login status, and in case the session expires, it triggers a predefined onExpireListener function. An appropriate listener can be set to notify the user about session expiration.
@braginini, I've updated the text |
NetBird is redundant. It is in the title (and it has to be NetBird not Netbird). |
Can we also send a similar notification before the expiration? Like 15 minutes before? |
It will be part of another improvement in the future. For that, we need to update the management protocol and learn information about expiration settings from the account. |
notify the user when the peer connection session expires after it switches from connected to disconnected and the status is login required
Describe your changes
Windows
Linux
MacOS
Issue ticket number and link
Checklist