[Haskell-cafe] Adding Authentication and Authorization to a service implemented in Haskell

Daryoush Mehrtash dmehrtash at gmail.com
Tue Jan 13 14:49:31 EST 2009


I am trying to figure out a clean way to add authentication and
authorization in a webservice.   The services of the web services are
implemented as Haskell functions.  The request to the service contains the
user authentication information.   I want to authenticate the user by
verifying his authentication informaton, assign him roles, and then based on
the roles decide on the functions and data that he can have access too.   Is
there a clean way to do this in Haskell?


Thanks

Daryoush
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090113/8ceb9f87/attachment.htm


More information about the Haskell-Cafe mailing list