I have an APi which requires a set of developers credentials (consumer key/consumer password) in order to call Register user web service to register a user.
I would like to call the register user web service method via a mobile device, but do not want to store the developers credentials (too dangerous, even if its encrypted)
how would you solve this problem?