Adapt endpoints and configuration

This commit is contained in:
Oscar Morales
2025-06-17 15:50:06 -06:00
parent bb87b0e148
commit cfd6b16e24
16 changed files with 61 additions and 40 deletions

View File

@@ -81,7 +81,7 @@ namespace Core.Thalos.BFF.Api.Controllers
[HttpGet]
[Route(Routes.RefreshToken)]
[ProducesResponseType(typeof(UserAdapter), StatusCodes.Status200OK)]
[Authorize(AuthenticationSchemes = Schemes.DefaultScheme)]
//[Authorize(AuthenticationSchemes = Schemes.DefaultScheme)]
public async Task<IActionResult> RefreshCustomTokenAsync(CancellationToken cancellationToken)
{
var tokenAdapter = new TokenAdapter();