Parsing an ASP.NET Core Identity password hash with JavaScript Understanding how ASP.NET Core Identity stores passwords internally is useful particularly if you ever need to migrate to a different identity setup.
You don't need IConfiguration outside Startup I'm writing this for those new to ASP.NET Core, based on what I see on StackOverflow. Most of what I've written here is already in the Docs, so check the links at the end of the post for detailed info. The ASP.NET Core Web