How do I set the registration key on registration; or do I need to manually process the form and do it that way?
The concept is to be able to grab data statelessly, i.e.: curl -X GET http://localhost/api/my_profile.json?token=<stored in REST client from previous login or register> Any suggestions on how to do this would be appreciated. Thanks, Alec Taylor --

