I read the .Net Core Docs and saw that the MapIdentityApi
method was added to simplify the endpoint mappings.
I did not find a way to make it all work with NoSQL databases. I am trying to use a MongoDB database for my ASP.Net Core API.
How can I make it all work without using EF Core and relational databases?