This commit is contained in:
2026-01-25 16:55:42 -06:00
parent 7b04aa3116
commit e9a7ded305
+3
View File
@@ -20,6 +20,9 @@ export const user = {
return redirect(303, "/"); 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<{ async awaitAuthCallback(): Promise<{
authToken: string; authToken: string;
refreshToken: string; refreshToken: string;