Some debug logging to help in case of issues
This commit is contained in:
parent
4c397e0af0
commit
d2e1ca9078
2 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue