There was an error while loading. Please reload this page.
1 parent 8fd3ba9 commit 98c70baCopy full SHA for 98c70ba
Readme.md
@@ -1,4 +1,5 @@
1
-#JWT RS256 C# library
+#JWT RS256 C# library
2
+
3
A C# class that can sign and validate JWT tokens, wrapped in a simple library with a couple of helper functions.
4
5
To generate a compatible private key
@@ -42,4 +43,4 @@ In case of an error, an Exception will be thrown.
42
43
44
The code has been tested both as a .NET and .NET Core library.
45
-Check the Tests projects on more examples on how to use
46
+Check the Tests projects on more examples on how to use
0 commit comments