Comment
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user