Skip to content

Commit

Permalink
Moved JWS sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 committed Mar 26, 2023
1 parent b22d8b8 commit be0e230
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/test.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jwe", "..\Jwe\Jwe.csproj",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EfCoreInMemory", "..\EntityFrameworkCoreInMemoryTesting\EfCoreInMemory.csproj", "{725E150D-9E48-4F48-B940-ACFCFC07C68F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScottBrady.Samples.Jwt", "..\How to use JWTs in C# and ASP.NET Core\ScottBrady.Samples.Jwt\ScottBrady.Samples.Jwt.csproj", "{C966EF31-D768-4CD5-A92F-8EA569009B89}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScottBrady.Samples.Jwt", "..\Getting started with JWTs in C#\ScottBrady.Samples.Jwt\ScottBrady.Samples.Jwt.csproj", "{C966EF31-D768-4CD5-A92F-8EA569009B89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RsaKeyLoading", "..\Loading RSA Keys in .NET\RsaKeyLoading.csproj", "{7CA1F9F5-22C3-4BB0-91B1-3B34CF0290C4}"
EndProject
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions Getting started with JWTs in C#/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Getting started with JWTs in C#: A step-by-step tutorial

Example code from [Getting started with JWTs in C#: A step-by-step tutorial](https://www.scottbrady91.com/c-sharp/jwt-tutorial-dotnet) on scottbrady91.com, targeting .NET 6 & 7.
3 changes: 0 additions & 3 deletions How to use JWTs in C# and ASP.NET Core/README.md

This file was deleted.

0 comments on commit be0e230

Please sign in to comment.