From 325912f1238caf60c0de593f882675551576f9e4 Mon Sep 17 00:00:00 2001 From: Mathieu Strypsteen Date: Sat, 10 Aug 2024 12:12:39 +0200 Subject: [PATCH] Use zauth.zeus.gent for authentication --- vingo/handlers/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vingo/handlers/auth.go b/vingo/handlers/auth.go index 9629359..3b578ea 100644 --- a/vingo/handlers/auth.go +++ b/vingo/handlers/auth.go @@ -10,7 +10,7 @@ import ( ) const ( - ZAUTH_URL = "https://adams.ugent.be" + ZAUTH_URL = "https://zauth.zeus.gent" CALLBACK_PATH = "/auth/callback" // TODO: hardcode ono )