BasicAuth bezieht Realm aus dem Validator. DNS Resolve für E-Mail Validierung geändert. Moq-Package hinzugefügt.
This commit is contained in:
@@ -9,6 +9,11 @@ namespace AMWD.Common.AspNetCore.BasicAuthentication
|
||||
/// </summary>
|
||||
public interface IBasicAuthenticationValidator
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the realm to use when requesting authentication.
|
||||
/// </summary>
|
||||
string Realm { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Validates a username and password for Basic Authentication.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user