Switch from UniAuth to OpenID Connect

This commit is contained in:
Edward Betts 2026-02-17 11:25:55 +00:00
parent 1f026c31ca
commit e0b9e4e719
3 changed files with 50 additions and 16 deletions

View file

@ -2,7 +2,6 @@
from flipflop import WSGIServer
import sys
sys.path.append('/home/edward/src/agenda') # isort:skip
sys.path.append("/home/edward/src/2024/UniAuth")
from web_view import app # isort:skip
if __name__ == '__main__':