Sharing authentication cookie between Web and Api projects in Net Core 8
I’m trying to configure shared authentication between a Razor Pages project and a Web Api project in the same solution.
I’m trying to configure shared authentication between a Razor Pages project and a Web Api project in the same solution.