⚗️ Put steam connection to test

This commit is contained in:
2025-11-04 23:29:39 +08:00
parent 67fc82a8fb
commit ee9ad6d87f
3 changed files with 9 additions and 37 deletions

View File

@@ -59,6 +59,7 @@ public static class ServiceCollectionExtensions
services.AddScoped<OidcService, DiscordOidcService>();
services.AddScoped<OidcService, AfdianOidcService>();
services.AddScoped<OidcService, SpotifyOidcService>();
services.AddScoped<OidcService, SteamOidcService>();
services.AddScoped<GoogleOidcService>();
services.AddScoped<AppleOidcService>();
services.AddScoped<GitHubOidcService>();
@@ -66,6 +67,7 @@ public static class ServiceCollectionExtensions
services.AddScoped<DiscordOidcService>();
services.AddScoped<AfdianOidcService>();
services.AddScoped<SpotifyOidcService>();
services.AddScoped<SteamOidcService>();
services.AddControllers().AddJsonOptions(options =>
{