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

Add requireLogin parameter to deeplinks #3352

Closed fkleedorfer closed 3 years ago

fkleedorfer 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?

Deep links from emails or notifications take the user to the webapp but do not force a login, so depending on the session state, the user sees the external view or the internal view. Really confusing for a user.

What is the new behavior?

Deep links hava an additional requireLogin=true parameter that can be used by the webapp to trigger a session check and if not logged in, a modal login dialog.

Does this introduce a breaking change?

Other information