Hi:
Im trying to replicate functionality similar to Google or Backpack ‘API
Keys’ for authentication. I am using ActionWebService for several web
services which I am exposing for external applications however I would
like to provide some form of authentication. Has anyone done or seen
this done? I have searched and cannot find information specifically in
this context.
thanks for any help
Ryan
On 12/11/06, itsaboutprogress [email protected] wrote:
Hi:
Im trying to replicate functionality similar to Google or Backpack ‘API
Keys’ for authentication. I am using ActionWebService for several web
services which I am exposing for external applications however I would
like to provide some form of authentication. Has anyone done or seen
this done? I have searched and cannot find information specifically in
this context.
It’s just a hash of some unique string, like the domain, username, etc
plus maybe a timestamp thrown in.