iFargle / headscale-webui

A simple Headscale web UI for small-scale deployments.
Other
635 stars 60 forks source link

Add Auth support #13

Closed iFargle closed 1 year ago

iFargle commented 1 year ago

enable via docker ENV

iFargle commented 1 year ago

Add Basic Auth and OIDC support:

iFargle commented 1 year ago
iFargle commented 1 year ago

https://github.com/verdan/flaskoidc

iFargle commented 1 year ago

Basic OIDC is now implemented in testing. Will commit to main when I manage to figure out the FlaskOIDC library more..

iFargle commented 1 year ago

Seems as though Flask-OIDC (NOT FlaskOIDC) is broken due to this: https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-0-0

Looking for a better Flask OIDC library..

iFargle commented 1 year ago

Complete in v0.5.0