On Fri, Mar 11, 2011 at 12:48 PM, linuxsupport <[email protected]>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: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> 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
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to