Simulation-Decomposition / simdec-python

Sensitivity analysis using simulation decomposition
https://simdec.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 0 forks source link

Have a landing page before OAuth #17

Closed tupui closed 10 months ago

tupui commented 10 months ago

See https://discourse.holoviz.org/t/landing-page-with-oauth/6256/2

or another suggestion is to change the user:

philippjfr — Discord I think the best place is here
panel/panel/auth.py at main · holoviz/panel Basically you'd check if handler.request.uri is one of the valid paths and then return 'guest' even when no user cookie is defined. Oh and for the basic auth you'd do the same on that handler's get_user function.

tupui commented 10 months ago

Have a solution with 6eae034b670b55d6425057bc64fb209f9777dbef

Long term plan is to have this feature in Panel directly, PR in progress. xref https://github.com/holoviz/panel/pull/5743