Migrate web auth from localStorage token pairs to httpOnly cookie sessions (#23642)

This commit is contained in:
Félix Malfait
2026-08-03 19:54:54 +02:00
committed by GitHub
parent f8e3fd110d
commit 267ecb12db
141 changed files with 7339 additions and 1463 deletions
@@ -7,6 +7,7 @@ export const getClientConfig = async (): Promise<ClientConfig> => {
headers: {
'Content-Type': 'application/json',
},
credentials: 'include',
});
if (!response.ok) {