excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

Refactor JWT Signing #181

Closed raymer closed 6 years ago

raymer commented 6 years ago

Use a certificate to sign the JWT instead of machine key store.

Logic in RsaKeyContainerService.cs

raymer commented 6 years ago

I have a branch that does most of this work, but don't think it's worth changing right now. If we want to later, we can pull my branch down and complete the work.