- 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) |
||
|---|---|---|
| .. | ||
| auth.go | ||
| chat.go | ||
| consent.go | ||
| handlers.go | ||
| reviews.go | ||
| telegram.go | ||