Levis
ASP.NET Core 8 Web API, can't use additional fields with Identity registration
Hello, It's my first time using Identity, so I came across some issues.
When I input json data necessary to register User, it doesn't recongize anything but email and password. (puts null in every other field). I couldn't find the source of the issue, but I think I have to somehow override the registration controller, but I don't know how. (Do I just create separate controller, or can I configure it from program.cs)
9 replies