Re: [symfony-users] [sf2] Custom User Provider

2011-06-08 Thread Christophe COEVOET
Le 07/06/2011 20:52, Marco Oliveira a écrit : Hi everyone, I'm currently implementing an authentication mechanism that relies on a REST webservice. All this webservice allows me to do is to make a call like http://host.com/login/username/password, and the webservice either returns a success or f

[symfony-users] [sf2] Custom User Provider

2011-06-08 Thread Marco Oliveira
Hi everyone, I'm currently implementing an authentication mechanism that relies on a REST webservice. All this webservice allows me to do is to make a call like http://host.com/login/username/password, and the webservice either returns a success or failure message. How do you suggest I do this? Af