From 23d93ff366802bc5c6fe59109c8069f909f378f7 Mon Sep 17 00:00:00 2001 From: vincent van beek Date: Thu, 2 Apr 2026 10:55:56 +0200 Subject: Fix authentication (#398) * remove test flags for disabling authentication --- opendc-web/opendc-web-server/src/main/webui/auth.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opendc-web/opendc-web-server/src/main/webui/auth.js') diff --git a/opendc-web/opendc-web-server/src/main/webui/auth.js b/opendc-web/opendc-web-server/src/main/webui/auth.js index 8c88f526..89e8c0d7 100644 --- a/opendc-web/opendc-web-server/src/main/webui/auth.js +++ b/opendc-web/opendc-web-server/src/main/webui/auth.js @@ -83,6 +83,8 @@ export function AuthProvider({ children }) { clientId={authConfig.clientId} redirectUri={authConfig.redirectUri} audience={authConfig.audience} + cacheLocation="localstorage" + useRefreshTokens={true} > {children} -- cgit v1.2.3