We’re hoping to interface an app being developed for iPad with our EE website.
Specifically, we need to check user credentials against the EE members table, and then return a JSON encoded string of various pertinent details.
I’ve had a good trawl across the Internet, but can’t find any guidance on creating a basic script that will accepted POSTed username and password, and then validate.
This would be quite straightforward if our EE site had had MD5 encryption checked during install, but unfortunately it has been created with the default SHA-1 encryption setting.
Can someone point me in the direction of something that might help? (Mod, tutorial etc.)
Thanks!