From e9a7ded305a6a6afc12f6317801fa8b32146ec55 Mon Sep 17 00:00:00 2001 From: Jackson Roberts Date: Sun, 25 Jan 2026 16:55:42 -0600 Subject: [PATCH] Comment --- src/lib/user.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/user.ts b/src/lib/user.ts index 7636fb3..8f83421 100644 --- a/src/lib/user.ts +++ b/src/lib/user.ts @@ -20,6 +20,9 @@ export const user = { return redirect(303, "/"); }, + /** + * @todo Get communication with server working and setup a key system so that the frontend can listen for a specific key from the backend so that nobody can poach off of login events. + */ async awaitAuthCallback(): Promise<{ authToken: string; refreshToken: string;