1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01: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>();