Customize registration in .NET8 Identity
I’m trying to learn .NET8 and I’m building my first API. In my project I’m using Identity.EntityFrameworkCore to be able to handle user related stuff.
I created my custom User class in order to add a few properties for the user, here is my class.