got Abstraction

This commit is contained in:
Paul Schneider
2023-03-19 16:02:50 +00:00
parent ca9af3f5a0
commit 6fe0dad775
11 changed files with 118 additions and 80 deletions

View File

@ -398,6 +398,7 @@ namespace Yavsc
options.AuthenticationDescriptions.Clear();
options.AutomaticAuthentication = false;
});
app.UseSession();
ConfigureOAuthApp(app);