Skip to content

Commit

Permalink
vingo: use zauth.zeus.gent for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
msathieu authored and hannes-dev committed Aug 12, 2024
1 parent f122152 commit 3bfdf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vingo/handlers/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 3bfdf89

Please sign in to comment.