Next up for my series on ASP.NET Core Identity I was interested in how the Identity library provides a way to create tokens which validate actions such as when a user first registers and we need to confirm their email address. This post took a lot longer to write than I expected it to as […]
Tag: Security
ASP.NET Identity Core 1.0.0 (Under the Hood) Part 1. Where did my salt column go?
Let me prefix this post / series of blog posts with two important notes. I am not a security expert. This series of posts records my own dive into the ASP.NET Identity Core code, publicly available on GitHub which I’ve done for my own self-interest to try and understand how it works and what is […]