Added Authentication with user-auth and apikey-auth
This commit is contained in:
@@ -21,4 +21,6 @@ public class WatcherDbContext : DbContext
|
||||
|
||||
public DbSet<Container> Containers { get; set; }
|
||||
|
||||
public DbSet<ApiKey> ApiKeys { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user