Hello, I have been searching the web for some time but I can not find clear answers.
I want to implement a webservice rest, with tokens and etc for security, and the webservice consists of just GET for queries with our SQL Server, but I'm having difficulty generating an authentication that needs 4 parameters, which are id, cpf , username and password.
Then the path would be as follows: The user logs in to the App with the 4 parameters, hits the authentication on the server, generates the token that will be reused so that the login in the app is persistent and thus can make GET requests to get information about your system ..
The project has to be in .NET 4.5 and we are creating it by Visual Studio 2015.
Could someone tell me a good place to learn about it, or give a little of your minutes to write me a good answer?