buhapp-backend/internal/handlers
ga c6d219c51f Telegram WebApp support + consent endpoint
- Telegram bot (long polling)
- /api/v1/auth/telegram (validate initData, auto-create user)
- /api/v1/auth/consents (record acceptances)
- users.telegram_id column, GetByTelegramID/CreateWithTelegramID
- ValidateInitData (HMAC-SHA256 with WebAppData secret)
2026-08-20 17:43:20 +00:00
..
auth.go Sprint 1: scaffold backend (Go + Fiber + PG + Redis + MinIO) 2026-08-20 15:41:05 +00:00
chat.go Chat edit with WS notification 2026-08-20 15:52:57 +00:00
consent.go Telegram WebApp support + consent endpoint 2026-08-20 17:43:20 +00:00
handlers.go Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
reviews.go Sprint 5: reviews and ratings 2026-08-20 16:20:15 +00:00
telegram.go Telegram WebApp support + consent endpoint 2026-08-20 17:43:20 +00:00