I'm a newb when it comes to this authenticaion business. So I've been searching for a while, and couldn't find any straight-forward solutions:
I've got a Rails back end using the Devise gem for user auth, and an iPhone front end. I need to know how to create a user from the iPhone.
I've got resources wrt how to create an asynchronous post, but I need to understand the general concept of HTTP authentication a bit better--if I were to, say, use Curl to create a post that would create a User utilizing basic HTTP authentication, what would be the curl command I'd send to 'www.example.com/createuser' to do so?
For this example's sake, my Rails app's user model attributes are email and password.
Thanks a million in advance for any advice/links to resources. I very much appreciate it!
Best, Jared