Open Gerviba opened 1 month ago
After the cookie update on the frontend #781 The admin panel should work with the same jwt cookie too, authenticated api calls work from the browser
No, I mean to use JWT instead of JSESSIONID for the backend.
Yeah, me too. I started doing it here: #786
Refactor auth component to use the new OIDC.
Also we might try to use the same JWT for the backend as we use for the frontend so we don't have to log in after a restart...