feat(auth): implement user and device authentication

This commit is contained in:
QiuSW
2026-07-26 15:18:48 +08:00
parent c5d3b215ff
commit 49db5b8305
66 changed files with 6216 additions and 271 deletions
+4
View File
@@ -90,6 +90,10 @@ try {
if ($LASTEXITCODE -ne 0) {
throw "Go migration 构建失败,退出码: $LASTEXITCODE"
}
& go build -o "bin/cmroubao-authctl.exe" ./cmd/authctl
if ($LASTEXITCODE -ne 0) {
throw "Go authctl 构建失败,退出码: $LASTEXITCODE"
}
} finally {
Pop-Location
}