20Jan/100
PHP and Josso – Transparency Rocks!
Bogdan recently asked in my comments:
I can't seem to find a call like josso_authenticate($name, $pass), returning an array to be appended to user's SESSION. I was expecting such a method, because SOAP is already used everywhere, so it shouldn't be too hard implementing this.
Has anyone had success implementing this kind of "transparent" login?
JOSSO simply doesn't make it easy to log people in with a single call. Instead you need to make an interface to the API to do so. I just so happen to have an example of such a wrapper function.