[Catalyst] Authentication with REST and Catalyst

Devin Austin devin.austin at gmail.com
Fri Mar 11 20:00:14 GMT 2011


On Fri, Mar 11, 2011 at 12:48 PM, linuxsupport <lin.support at gmail.com>wrote:

> Hi Everyone,
>
> What is the best practice for implementation authentication and
> authorization when building a REST API application using catalyst?
> How should authentication be implementation?
>
> Any guide or example would be very helpful.
>
> Thanks
>
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>
>
Probably an API key system.  It's much easier to maintain a single key
instead of having to pass a username/password each time you make a request
or what not.


-- =

Devin Austin
http://www.codedright.net
9702906669 - Cell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20110311/e578f=
357/attachment.htm


More information about the Catalyst mailing list