Skip to content

Commit

Permalink
Use zauth.zeus.gent for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
msathieu authored Aug 10, 2024
1 parent c697694 commit 325912f
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 325912f

Please sign in to comment.