You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downgrade to `python-ldap==3.4.3` in `poetry.lock`
Downgrade `python-ldap` from version `3.4.4` to `3.4.3` in `poetry.lock`
because we want `poetry.lock` and `conda-environment.yml` pins in sync
and there is no version `3.4.4` in the *conda* repositories.
<#1515>
<conda-forge/python-ldap-feedstock#27>
On lost connection, check if we still have a valid session.
Handle the cases, where during loss of connection to the backend,
our session becomes invalid.
If no valid session exist, swith to login page.