adjust steam auth, make neutrino post only

This commit is contained in:
Holden
2026-06-20 17:49:44 -05:00
parent e24a4c6872
commit 04498c7e6f
5 changed files with 6 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ public class NeutrinoController(
private readonly NeutrinoOptions _options = options.Value;
// Photon sends the request with Content-Type: text/plain instead of application/json.
[Route("authorize")]
[HttpPost("authorize")]
public async Task<ActionResult<NeutrinoAuthenticateResponse>> AuthorizeNeutrinoAsync(
[FromQuery(Name = "secret")] string? secret = null,
CancellationToken ct = default)