Bypass Authentication With WebApplicationFactory
There are many approaches for this out in the wild. I think this speaks for itself.
public class SampleWebApplicationFactory : WebApplicationFactory<Program>
{
public const string MockScheme = nameof(MockScheme);
protected override void Conf...
bytestorm.io1 min read