openhab / openhab-cloud

Cloud companion for openHAB instances
Eclipse Public License 2.0
314 stars 162 forks source link

Fix login original url redirect #445

Closed jsetton closed 7 months ago

jsetton commented 7 months ago

passportjs v0.6 introduced a breaking change that no longer preserve session info by default for security reasons, preventing the session returnTo property from persisting after successfully logging in.

Property keepSessionInfo was added in order to give the option to go back to how it used to behave.