1
0

BasicAuth bezieht Realm aus dem Validator. DNS Resolve für E-Mail Validierung geändert. Moq-Package hinzugefügt.

This commit is contained in:
2022-01-30 14:25:13 +01:00
parent a885f15ebb
commit 80e5382553
11 changed files with 247 additions and 19 deletions

View File

@@ -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>