I have created a new React Asp.net Core project and added identity by scaffolding. Then, I published this project on GitHub publicly. The project repository can be found at
https://github.com/hmahdavi921/ReactApp1.git
I need to implement identity on the server side to incorporate SMS and email functionalities. The current Identity API implementation does not allow for customization.
How can I do it?