Add JWT auth, token service & Neutrino endpoint
This commit is contained in:
@@ -50,6 +50,12 @@ namespace RecNet.Infrastructure.Persistence.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("jsonb");
|
||||
|
||||
b.Property<bool>("IsBanned")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<bool>("IsModerator")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<string>("Name")
|
||||
.IsRequired()
|
||||
.HasMaxLength(32)
|
||||
|
||||
Reference in New Issue
Block a user