Skip to content

lifehackett/jwt2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt2

Json Web Tokens - Hackett style

Getting Started

Create two local certs with the following commands:

makecert -n "CN=TempCA" -r -sv TempCA.pvk TempCA.cer

makecert -sk SignedByCA -iv TempCA.pvk -n "CN=SignedByCA" -ic TempCA.cer SignedByCA.cer -sr localmachine -ss TrustedPeople

About

Json Web Tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages