✅ Identity without ApiEndpoints
Hello, is it possible to use Identity without the services.AddIdentityApiEndpoints?
Right now I use
but if i use it like this to not use the endpoints
I get an error that the service IEmailSender cannot be found. But I do not even want to send emails?!
2 Replies