1
0
mirror of https://github.com/bitwarden/server synced 2026-01-03 17:14:00 +00:00

add authenticatioon to fix DI errors

This commit is contained in:
Kyle Spearrin
2020-09-05 23:38:47 -04:00
parent e0d147a847
commit 8deddfb466

View File

@@ -65,6 +65,9 @@ namespace Bit.Billing
});
services.Configure<RouteOptions>(options => options.LowercaseUrls = true);
// Authentication
services.AddAuthentication();
// Jobs service, uncomment when we have some jobs to run
// Jobs.JobsHostedService.AddJobsServices(services);
// services.AddHostedService<Jobs.JobsHostedService>();