azranel / TAS

Projekt na technologie aplikacji serwerowych
2 stars 0 forks source link

Make response for request in buss layer #5

Closed dajvido closed 10 years ago

dajvido commented 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.

azranel commented 10 years ago

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