Closed dajvido closed 10 years ago
Web layer sending requests for authentication. It's sending a hash with 'login' and 'password' converted to string.
Check it in db and send the response.
Done. At the moment REST API can register, login and fetch users. In addition I wrote documentation at https://github.com/azranel/TAS/wiki/Users-REST-API
Web layer sending requests for authentication. It's sending a hash with 'login' and 'password' converted to string.
Check it in db and send the response.