From 0febc9cd99e0d8b80b1385593e25e7670d5c842b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Fri, 3 May 2024 21:38:55 +0200 Subject: onboard/tracker: remember token as query parameter there's some trade-offs here (cookies may be discarded by the browser, query parameters lost if people use a bookmark), but either works fine for not re-issuing tokens if someone reloads the web site. --- todo.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'todo.org') diff --git a/todo.org b/todo.org index 940083e..1148ba6 100644 --- a/todo.org +++ b/todo.org @@ -2,7 +2,7 @@ * Bugs found 2024-05-01 ** TODO auto-reconnect of /tracker websocket fails after android has gone to sleep -** TODO /tracker should remember its token, not constantly open a new one +** DONE /tracker should remember its token, not constantly open a new one either via a cookie or url parameter & redirect ** TODO matching of tokens to trip ought not to assume trips are at their start position this produces horrible results if the tracker is started towards a trip's end -- cgit v1.2.3