Skip to content

Commit 17e6c7e

Browse files
added JwtBuilder class with string type as default
1 parent b0efe17 commit 17e6c7e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/NetDevPack.Identity/Jwt/JwtBuilder.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,9 @@ public sealed class JwtBuilder<TKey> : JwtBuilder<IdentityUser<TKey>, TKey> wher
117117
{
118118

119119
}
120+
121+
public sealed class JwtBuilder : JwtBuilder<IdentityUser<string>, string>
122+
{
123+
124+
}
120125
}

0 commit comments

Comments
 (0)