researchstudio-sat / webofneeds

Finding people to cooperate with. Protocol, not platform. Decentralized. Linked Data. Open Source.
http://researchstudio-sat.github.io/webofneeds/
Apache License 2.0
62 stars 20 forks source link

Fix handletimeout #3354

Closed quasarchimaere closed 3 years ago

quasarchimaere commented 3 years ago

Pull request checklist

Please check if your PR fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Currently there is no real check if the session is expired, it is only checked if the user seems to be "logged in" in the redux-state, however this does not reflect the real login state itself.

What is the new behavior?

Does this introduce a breaking change?