Refactoring authentication to support server-side Blazor using a seamless login flow.
This commit is contained in:
@ -14,5 +14,7 @@ namespace Oqtane.Models
|
||||
public string Password { get; set; }
|
||||
[NotMapped]
|
||||
public bool IsAuthenticated { get; set; }
|
||||
[NotMapped]
|
||||
public bool IsPersistent { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user