← Back
Milan Jovanovic September 30, 2025 14m

JWT Authentication with ASP.NET Core Identity Done Right

Summary

The transcript discusses creating JSON Web Tokens (JWTs) in .NET applications using ASP.NET Core Identity as the authentication provider. The video demonstrates how to implement a login feature that generates JWTs for API authentication, moving beyond the default cookie-based authentication method. The presenter walks through the technical implementation, showing how to use the UserManager to find and validate users, and sets up an endpoint to handle login requests with the goal of generating a secure authentication token for further API interactions.

View original episode ↗