Issues with Custom Claims Not Appearing in JWT Token in ASP.NET Core 6
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
asp.net-core jwt authentication claims
I'm working on an ASP.NET Core 6 application where I need to include custom claims in my JWT token after a user logs in. I've set up the authentication with JWT...