Initial side by side implementation

This commit is contained in:
Scott Brady
2020-03-13 15:15:14 +00:00
parent 4e69e1abe6
commit 2e7e6bc4a9
10 changed files with 1127 additions and 21 deletions

View File

@@ -16,19 +16,6 @@ using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.Security
{
// TODO: SB: Create new custom BackOfficeSignInManager2 (rename pending)
public class BackOfficeSignInManager2
{
// Create
// CreateUserIdentityAsync
// PasswordSignInAsync
// SignInAsync
// GetVerifiedUserIdAsync
// GetVerifiedUserNameAsync
// TwoFactorSignInAsync
// SendTwoFactorCodeAsync
}
// TODO: In v8 we need to change this to use an int? nullable TKey instead, see notes against overridden TwoFactorSignInAsync
public class BackOfficeSignInManager : SignInManager<BackOfficeIdentityUser, int>
{