What is the feasability of creating a plugin that allows simple interaction with the CB registration process? Something that would make a more streamlined connection to the functions involved...
The reason I'd like to do this is to use Joomla!/CB to drive some features on a Flash-based website. I made some modifications to the core files for v1.0.1 which worked really well once I figured it out. But 1.0.2 breaks this completely, possibly due to the new security features to prevent spoofing and other attacks.
I would really love to see a simple function that essentially parses the registration form's POST object and sends it to the right function within CB, then returns the formatted response in another object. I'm not sure how this would work if the new updates require some sort of authentication.