I'm writting a React application, that is using Umbraco's content delivery api.
I've configured authorization code flow for members for content delivery api.
I was hoping I could use the same flow (use the same token) to authorize to custom controller within Umbraco solution.
Is that possible?