fullstackhero / blazor-starter-kit

Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
MIT License
3.45k stars 726 forks source link

Issue #319 #320

Closed hgdiaz closed 2 years ago

hgdiaz commented 2 years ago

Under Infrastructure -> Services -> Identity -> IdentityService.cs the method GetSigningCredentials() uses Encoding.UTF8

But under Server->Extensions->ServiceCollectionExtensions.cs the method AddJwtAuthentication() was using Encoding.ASCII