v2.0.3: Webhook user identification by URL token
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 42s

- Added webhook_token to telegram_integrations
- Webhooks now identify users by token in URL (/webhook/telegram/{token}, /webhook/todoist/{token})
- Webhook automatically configured for all users on backend startup
- Migration 011: Add webhook_token column
This commit is contained in:
poignatov
2026-01-01 18:38:28 +03:00
parent ad1caceda0
commit 7704de334c
4 changed files with 245 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"scripts": {
"dev": "vite",