Hi,
I would like to create a Web API 2 that consume by NFC POS terminal and administrator web app panel as shown below.
My questions:
1) What is the best design (not too complicated) creating this project using custom authentication with SQL Server?
2) NFC POS Terminal must consume web Api 2 services using authentication. So how do I write the terminal app to consume web Api 2 services? POS terminal will send card information and receives authentication of card status.
3) The behind Web app must also consume Web API 2 services for some CRUD operation. How to use Web App using custom authentication with SQL Server; (users/roles etc.…)
4) Do I have to create 2 project using VS2015 Community edition? (for web api2 and wep app)
5) How to create SQL Server proper tables names like Users, User Role for Web API 2 Identity?
6) Or where I can find sql server Web API 2 user tables for implementation?
Kind Regards.