neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
693 stars 347 forks source link

Fix credential timeout without initial user interaction #1807

Closed BjornMagn-Neo4j closed 2 years ago

BjornMagn-Neo4j commented 2 years ago

Fixes a bug in the automatic credential timeout, where if the user logs in to a server which has set browser.credential_timeout=X but then proceeds to do nothing, the user will never be logged out.

This fix manually triggers a credential timeout after the server settings have been loaded, meaning that the timer that counts down to log out the user will start as intended.

BjornMagn-Neo4j commented 2 years ago

https://trello.com/c/JZOV0CSc/1889-credential-timeout-not-happening