Started to try and organize all the authentication code.

This commit is contained in:
2021-01-03 22:09:36 -06:00
parent ddb42da7bb
commit e03610e390
16 changed files with 174 additions and 91 deletions
-1
View File
@@ -28,7 +28,6 @@ namespace SecureCore
{
services.AddTransient<IDataService, DataService>();
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Latest);
//services.AddControllers();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.