REST API – Authenticate User with username & password?
-
I have the REST API working and I’m planing to use it in my mobile app (https://www.promedlink.com/um-api/get.user/?id=…..). The user has to enter their username/email and password so I can check they are who they say they are.
How to I authenticate the user, check their password is correct with the API?
- The topic ‘REST API – Authenticate User with username & password?’ is closed to new replies.