Is it possible to secure custom controllers using the same authorization flow as in DeliverApi?
c
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?