We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41908e8 + 04ca50c commit 57fc90cCopy full SHA for 57fc90c
1 file changed
AuthPermissions.AspNetCore/JwtTokenCode/TokenBuilder.cs
@@ -17,7 +17,7 @@
17
namespace AuthPermissions.AspNetCore.JwtTokenCode
18
{
19
/// <summary>
20
- /// This contains the code to create/refresh JST tokens
+ /// This contains the code to create/refresh JWT tokens
21
/// </summary>
22
public class TokenBuilder : ITokenBuilder
23
@@ -209,4 +209,4 @@ private ClaimsPrincipal GetPrincipalFromExpiredToken(string token)
209
return principal;
210
}
211
212
-}
+}
0 commit comments