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

Ryan Ingram ryani.spam at gmail.com
Tue Jan 13 19:03:48 EST 2009


At ICFP this year there was a fun presentation about this subject.

The paper & library are available from:
http://www.cs.chalmers.se/~russo/seclib.htm

  -- ryan

2009/1/13 Daryoush Mehrtash <dmehrtash at gmail.com>:
> 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
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>


More information about the Haskell-Cafe mailing list