Microsoft.AspNetCore.Authentication.Abstractions
January 13, 2025 ยท View on GitHub
{
namespace Microsoft.AspNetCore.Authentication {
public class AuthenticationOptions {
+ public bool RequireAuthenticatedSignIn { get; set; }
}
}
}