thentos
thentos copied to clipboard
A tool for privacy-preserving identity management (PPIM)
The documentation for the latest version of this package is missing on Hackage. Hackage wasn't able to build the package. Is it possible for you to manually upload the package...
http://hackage.haskell.org/package/clientsession-0.9.1.2
Missing: - cookie encryption. - csrf. - ? (this may be a duplicate of some other tickets.)
The thentos-as-adhocracy-proxy project has been put on hold. This package should be removed, but needs to be scanned for living code first. At least the ProxySpec module seems to belong...
I guess that using LIO features such as `ioTCB` one can implement directly the unsafe actions without rebuild the monad stack as this is done currently with UnsafeAction.
So far sending emails in test mode amounts to setting `sendmail_path` to the command `cat`. This seems to provide no convenient way to check the contents of the emails being...
We're currently using the [scrypt library](https://hackage.haskell.org/package/scrypt) to hash user passwords and service keys. [cryptonite](http://hackage.haskell.org/package/cryptonite) also does scrypt, and since we're using cryptonite anyway, we could get rid of the scrypt...
ToJSON instance of newtype UserPass should go away in order to avoid accidental leakage of cleartext passwords. (Under no circumstances render to something like "[password hidden]", as that can cause...
Given the contribution process the list of branches keeps growing. It might be nice to discard the old & merged branches, using a script for instance. As we don't want...