Kompakkt / Repo

Repository for Kompakkt, the Web Based multimodal 3D Viewer and 3D Annotation System.
https://kompakkt.de
GNU Affero General Public License v3.0
13 stars 2 forks source link

Preserve login in Viewer iframe #34

Open HeyItsBATMAN opened 1 year ago

HeyItsBATMAN commented 1 year ago

Right now, when a user is logged into the Repo they might not be logged into the Viewer, even though the session should be the same.

To improve the user experience on this, we should think about passing the session id between the Repo and the Viewers iframe.

Before implementing this, we should look at possible security concerns.