kir-dev / cmsch

🧱 Full stack (Kotlin, Spring-boot, React) cms website solution for complex community sites optimized for Schönherz community events
15 stars 4 forks source link

Use the new OIDC for getting profile #784

Open Gerviba opened 1 month ago

Gerviba commented 1 month ago

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...

linear[bot] commented 1 month ago

KIR-465 Use the new OIDC for getting profile

Isti01 commented 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 image

Gerviba commented 1 month ago

No, I mean to use JWT instead of JSESSIONID for the backend.

Isti01 commented 1 month ago

Yeah, me too. I started doing it here: #786