I am asking if it is possible to add ** Identity ** membership tables to my *"SQL server database ** When I am working in **.net core webapi project *" If yes please give me a reference Thanks
2 Answers
Here are links that can help you:
How to Setup and Configure Identity Membership System in ASP.NET Core
How To Implement Authentication Using Identity Model In ASP.NET Core
for Api:
1 Comment
Asmaa3107
thank you guys but this is Not My Question ... all the example you sent using MVC I am using webApi project .. and I have My own sql server db I want to add Identity Models (tables) to My Existing DB