|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Let's say you were designing a system like microsoft passport. Here are my questions:
How would you make it so that other sites (retailers or whoever), would be able to login to your site, WITHOUT leaving their site. You would need to stay in their site, but somehow remotely query your DB's for account info. I'm not talking about iframes, but something more integrated. Basically like paypal or google checkout, but in the middle of the whole process. Is this where AJAX comes into play? I'm thinking my site would have some sort of API where it would return account info when queried, but how would I do that? Using AJAX? Or something else? I don't even no where to begin! I'll have more questions after this one is resolved (assuming it can be). Thanks in advance! |
|
#2
|
||||
|
||||
|
What - you mean like creating a web service? look into REST and SOAP if so.
__________________
life is a game.... Have fun ----------------------------- http://www.phpwomen.org strength in unity PHPCommunity IRC #phpc on freenode |
|
#3
|
||||
|
||||
|
Quote:
I just thought I would move this to Programming Theory as you seem to be asking about the theory behind making a script instead of fixing a problem with a script you are making. Andrew
__________________
Ubuntu User #13389 |
|
#4
|
|||
|
|||
|
If I were to do something like that, I would set up an LDAP server:
http://en.wikipedia.org/wiki/LDAP It's great for maintaining a central pool of users, and the infrastructure is already set up to do just what you are talking about with LDAP queries.
__________________
Errors have been made. Others will be blamed. Group Member, Dallas PHP Users Group <b>(DPUG)</b> --... ...--, Eric Last edited by nawlej : April 25th, 2007 at 09:39 PM. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > Complicated questions: cookies, AJAX and more! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|