Skip to content

Commit 57fc90c

Browse files
authored
Merge pull request #24 from mohamed-azhar/patch-1
Fixed a small typo which MIGHT cause confusion
2 parents 41908e8 + 04ca50c commit 57fc90c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AuthPermissions.AspNetCore/JwtTokenCode/TokenBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
namespace AuthPermissions.AspNetCore.JwtTokenCode
1818
{
1919
/// <summary>
20-
/// This contains the code to create/refresh JST tokens
20+
/// This contains the code to create/refresh JWT tokens
2121
/// </summary>
2222
public class TokenBuilder : ITokenBuilder
2323
{
@@ -209,4 +209,4 @@ private ClaimsPrincipal GetPrincipalFromExpiredToken(string token)
209209
return principal;
210210
}
211211
}
212-
}
212+
}

0 commit comments

Comments
 (0)