Fixed build in start.go

- Fixed build error in start.go
- Moved authelia and authentik implementation to deprecated folder for reference purpose
This commit is contained in:
Toby Chui
2025-04-27 19:24:15 +08:00
parent b590e15ef2
commit 70d95bd4e4
5 changed files with 347 additions and 2 deletions

View File

@@ -9,8 +9,6 @@ import (
"strings"
"time"
"imuslab.com/zoraxy/mod/auth/sso/authentik"
"github.com/gorilla/csrf"
"imuslab.com/zoraxy/mod/access"
"imuslab.com/zoraxy/mod/acme"