You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be helpful for fractal-analytics-platform/ngio#9, but we can implement it elsewhere if it "pollutes" fractal-vizarr-viewer too much.
The authorizer would be very basic:
it knows about a single "user" via their ID and password, which can be exposed through env variables or even hardcoded (let's make sure that the authorizer and the AUTHORIZATION_SCHEME option both have clear names to specify they are for testing purposes).
it receives a http request for data and authorizes it with basicAuth
The text was updated successfully, but these errors were encountered:
This would be helpful for fractal-analytics-platform/ngio#9, but we can implement it elsewhere if it "pollutes" fractal-vizarr-viewer too much.
The authorizer would be very basic:
AUTHORIZATION_SCHEME
option both have clear names to specify they are for testing purposes).The text was updated successfully, but these errors were encountered: