The currently implemented token-based per-request authentication has a high rate of failure within Hasiru Dala's slow network. This could be changed to session-based auth i.e. user signs into Google -> sends token to /login endpoint -> start user session and use JSESSIONID and CSRFTOKEN for subsequent authorisations.
TODOS:
The currently implemented token-based per-request authentication has a high rate of failure within Hasiru Dala's slow network. This could be changed to session-based auth i.e. user signs into Google -> sends token to /login endpoint -> start user session and use JSESSIONID and CSRFTOKEN for subsequent authorisations.
TODOS: