Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove logging of refresh token attempts
The logging statement `_logger.LogInformation("Refresh attempt for {RefreshToken}", request.RefreshToken);` has been removed from the `Refresh` method in the `AuthController` class. This change reduces logging verbosity and helps avoid logging sensitive information such as refresh tokens.
- Loading branch information