using DysonNetwork.Sphere.Account; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using NodaTime; namespace DysonNetwork.Sphere.Auth.OpenId; /// /// This controller is designed to handle the OAuth callback. /// [ApiController] [Route("/auth/callback")] public class AuthCallbackController : ControllerBase { }