Доработана QR авторизация
This commit is contained in:
@@ -131,6 +131,12 @@ public class ApplicationDbContext : IdentityDbContext<ApplicationUser, IdentityR
|
||||
entity.Property(e => e.CsfrToken)
|
||||
.HasMaxLength(200)
|
||||
.IsRequired(false);
|
||||
entity.Property(e => e.HeaderCsfrToken)
|
||||
.HasMaxLength(200)
|
||||
.IsRequired(false);
|
||||
entity.Property(e => e.HeaderProcessId)
|
||||
.HasMaxLength(200)
|
||||
.IsRequired(false);
|
||||
entity.HasIndex(e => e.UserId)
|
||||
.HasDatabaseName("IX_YandexAuthSessions_UserId");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user