Skip to content

Commit

Permalink
Added ReadMe file.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloggins-pcty committed Nov 10, 2016
1 parent 1df4984 commit da142f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NancyWithTokens/NancyWithTokens.sln
Expand Up @@ -8,6 +8,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE545681-ED93-4466-9B04-5648395D2618}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NancyWithTokens.WebSite.Tests", "NancyWithTokens.WebSite.Tests\NancyWithTokens.WebSite.Tests.csproj", "{354BC2A9-01D2-4D3D-A686-8674DB61C5AA}"
Expand Down
3 changes: 3 additions & 0 deletions NancyWithTokens/ReadMe.md
@@ -0,0 +1,3 @@
# Stateless Authentication with Nancy

This is an example of consuming JWTs with a Nancy service. The test project has examples of how JWTs can be created. There is a [blog post]() which discusses this project.

0 comments on commit da142f3

Please sign in to comment.