implement paywall #161

Merged
talksik merged 19 commits from paywall into master 2026-04-14 22:18:32 +00:00
Showing only changes of commit 1af2915b2d - Show all commits
+1 -1
View File
@@ -102,7 +102,7 @@ func main() {
defer firestoreClient.Close()
// Initialize handler
h := handler.NewHandler(authSvc, humanSvc, networkSvc, particleSvc, depotSvc, waitlistSvc, livekitClient, firestoreClient)
h := handler.NewHandler(authSvc, humanSvc, networkSvc, particleSvc, depotSvc, waitlistSvc, billingSvc, livekitClient, firestoreClient)
// Helper to wrap handlers with auth middleware
withAuth := func(hf http.HandlerFunc) http.Handler {