-1
Good morning, I’m trying to create an API, to do a user and password validation, to use in Xamarin. But I am in doubt, if I want to search a user x and a password x in the database I should, pass all users and passwords to a website or is there any way to perform only the user query x and this password x and just return this data in a dynamic way ? I’m sorry if the question was vague, but my doubt is in logic, I’m not understanding very well with the API will communicate dynamically with the database.
I don’t think it’s safe to transmit user and password over the web. Here’s an alternative I believe is safer
– Leonardo Alves Machado