I’m keeping up my plan (week 2 yay!) to record and share things I’ve learned during the last week. Less from me this week as it’s been fairly hectic and I’ve been feeling a bit unwell. Things I’ve Learned Identity Server 4 As part of my work for Humanitarian Toolbox I’ve been actively investigating Identity […]
Tag: ASP.NET Identity
Extending the ASP.NET Core 1.0 Identity SignInManager Adding basic user auditing to ASP.NET Core
So far I have written a couple of posts in which I dive into the code for the ASP.NET Core 1.0 Identity library. In this post I want to do something a little more practical and look at extending the default identity functionality. I’m working on a project at the moment which will be very […]
ASP.NET Core Identity Token Providers – Under the Hood Part 2: Introducing Token Providers
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 […]
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 […]