Harden CSRF/CSP and add hash version upgrades
This commit is contained in:
@@ -87,6 +87,11 @@ namespace GameList.Data.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("BLOB");
|
||||
|
||||
b.Property<int>("PasswordHashVersion")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("INTEGER")
|
||||
.HasDefaultValue(1);
|
||||
|
||||
b.Property<byte[]>("PasswordSalt")
|
||||
.IsRequired()
|
||||
.HasColumnType("BLOB");
|
||||
|
||||
Reference in New Issue
Block a user