User signup in REST API

Posted by Bhaktavatsalam Nallanthighal on Stack Overflow See other posts from Stack Overflow or by Bhaktavatsalam Nallanthighal
Published on 2011-03-14T07:40:47Z Indexed on 2011/03/14 8:10 UTC
Read the original article Hit count: 345

I have a PHP web application that I want to make accessible across multiple clients. So, I'm trying to make it more like an API. My question is: How would I handle the creation of new users using the API? If I have a URL like http://example.com/user/signup which takes new user details and creates a new user via a POST request, wouldn't it be a problem that people can misuse it and create fake users easily?

© Stack Overflow or respective owner

Related posts about php

Related posts about web-services