From 8ff003e393be8c4ba7d5f45232003cef9f70a8da Mon Sep 17 00:00:00 2001 From: ramforth Date: Sun, 16 Nov 2025 20:05:07 +0100 Subject: [PATCH] Update: Tasks updated. More icons. --- TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TASKS.md b/TASKS.md index a461c2c..35146a0 100644 --- a/TASKS.md +++ b/TASKS.md @@ -22,7 +22,7 @@ This file tracks all active development tasks. It is based on the official `DEVE * `[ ]` **1.5: Login Frontend:** Create a basic `login.html` file with a "Login with Twitch" button. ### In Progress -* `[ ]` **1.2: Twitch OAuth API:** Create FastAPI endpoints for `/login/twitch` (redirect) and `/auth/twitch/callback` (handles token exchange). @ramforth +* `[🧑‍🔧]` **1.2: Twitch OAuth API:** Create FastAPI endpoints for `/login/twitch` (redirect) and `/auth/twitch/callback` (handles token exchange). @ramforth ### Done