Is it possible to use SignInManager without having some HTTPContext ? I'm making a Blazor server-side app and I need to make end-users signed in using PasswordSignInAsync() method of SignInManager.
If there is other ways to do it with cookies or something else, I'll take it too, as long they are "clean" methods.
If I could get also an explanation on how to configure for Startup.cs the solution, it will be perfect.