2015-01-29 18:57 GMT-03:00 Sven Van Caekenberghe <sven@stfx.eu>:
On 28 Jan 2015, at 14:29, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
Is it there any implementation for token based authentication over HTTP?
I know there is a OAuth client, but do we have an OAuth server?
There are some students here in Lille that were looking for a cool project, and this is one of the two subjects that I suggested to them.
I'm migrating the authentication of our mobile apps from standard HTTP digest (user/pass base64 encoded) to token based auth, and could find very useful to have something already done to use or to build on top of.
I could use/test this! By know I'm simply generating a token using to lookup a valid session. Regards! Esteban A. Maringolo