DigitalSlideArchive / HistomicsUI

A Girder plugin for pathology image annotations and analysis.
Apache License 2.0
56 stars 19 forks source link

To make it easier to deploy in an Iframe, allow token auth. #358

Closed manthey closed 10 months ago

manthey commented 10 months ago

Specifically, something like /histomics?token=#?image= will load the histomics interface authenticated with the token (assuming the token is a valid girder token). Note than in the Iframe context, the histomics site must be on the same domain as the host or served via https (and probably have 3rd party cookies enabled) or this won't provide cookies to allow reading private images (tiles and thumbnails).