.net Identity Core endpoints missing
I’m brand new to .net Identity Core and I’m trying to get a working example project going.
I had a previous project that used .net Entity Core and the project was working with a controller and a postgres database for basic CRUD operations.
I wanted to add Identity Core though so I started following the tutorial on Learn Microsoft.
Apparently Identity Core is supposed to generate some endpoints automatically for me but when I view my Swagger API page only my endpoints I created on my Controller are showing up.