- routes.go: endpoint registration - handlers_api.go: health, pair, auth test, revoke, me, device register, sync push/pull, blobs - handlers_auth.go: register, confirm, login, forgot, reset - middleware.go: requireAuth, requireAdmin, validatePassword - tokens.go: genDeviceToken - helpers.go: jsonOK, jsonErr, sha256Hex - schema.go: add missing tables (email_tokens, revisions, blobs) - server.go: add SetupRoutes() |
||
|---|---|---|
| .. | ||
| config.go | ||
| handlers_api.go | ||
| handlers_auth.go | ||
| helpers.go | ||
| middleware.go | ||
| routes.go | ||
| schema.go | ||
| server.go | ||
| tokens.go | ||