Completed adjustments for the new configuration of oauth2 and token auth

This commit is contained in:
Masu Baumgartner
2024-11-06 20:03:18 +01:00
parent f2d653563c
commit f9c4ec1d31
3 changed files with 54 additions and 110 deletions

View File

@@ -127,8 +127,6 @@ builder.Services.AddPlugins(configuration =>
configuration.AddAssembly(Assembly.GetEntryAssembly()!);
});
builder.Services.AddSingleton<MoonCore.Extended.Interfaces.IOAuth2Provider>(new TestyOuth2Provider());
var app = builder.Build();
await Startup.PrepareDatabase(app);