[Haskell-cafe] no Web-Security component in Haskell?

Thomas Koch thomas at koch.ro
Sun May 17 06:11:43 UTC 2015


Hallo,

I did not found anything comparable to Spring Security[1][2] (Java) or Symfony 
Security[3] (PHP) in Haskell. Both components are used in web applications to 
grant or deny access to resources based on roles, ACLs or custom voters.

A naive strategy would be to port the concepts of both components, which are 
very similar, to Haskell. They represent a lot of accumulated knowledge from 
many experts about web security.

Or are there better ways to do web security in a powerful language like 
Haskell?

Regards, Thomas Koch

[1] http://projects.spring.io/spring-security
[2] http://docs.spring.io/autorepo/docs/spring-security/3.1.7.RELEASE/apidocs
[3] 
http://api.symfony.com/master/Symfony/Component/Security/Core/SecurityContext.html




More information about the Haskell-Cafe mailing list