Some debug logging to help in case of issues

This commit is contained in:
Amelia 2025-07-04 18:19:57 +02:00
parent 4c397e0af0
commit d2e1ca9078
2 changed files with 11 additions and 3 deletions

View file

@ -11,7 +11,7 @@ namespace API.Extensions;
public static class ClaimsPrincipalExtensions
{
private const string NotAuthenticatedMessage = "User is not authenticated";
private static readonly string EmailVerifiedClaimType = "email_verified";
private const string EmailVerifiedClaimType = "email_verified";
/// <summary>
/// Get's the authenticated user's username