DigitalSlideArchive / HistomicsUI

A Girder plugin for pathology image annotations and analysis.
Apache License 2.0
56 stars 19 forks source link

Support short login sessions. #369

Closed manthey closed 8 months ago

manthey commented 8 months ago

If there are no requests that require a user id for around the specified duration, the user will be logged out.

This uses the histomicsui.login_session_expiry_minutes setting. If that is non-zero and not None, the short sessions will be invoked. This can be configured, as with any Girder settings, via the GIRDER_SETTING_HISTOMICSUI_LOGIN_SESSION_EXPIRY_MINUTES environment variable.