Optimizing MSAL Use in a React Frontend with a Django Backend

Query

How do I configure MSAL for a React and Django architecture? Should I deploy both public and confidential client types, or just one? Any insights are welcome.

hey, im tinkering with a similiar setup. using a public client for react and a confidential one for django seems to work ok. im wonderin, have you tried refining token management details? what got you into this path?