fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.2k stars 1.56k forks source link

Audit Trail oopsie!! #1050

Open kallievz opened 6 days ago

kallievz commented 6 days ago

Viewing Audit Trail: image

kallievz commented 6 days ago

seems like usermanager user.GetUserId(); returns null, claims mapping seems to be the issue on token generation.

Applying changes for #1049 seems to resolve issue.