Hi Roel,
> - An LDAP authenticator using the FFI and openldap: > https://github.com/UMCUGenetics/sparqling-genomics/blob/master/web/ldap/authenticate.scm.in > > We use it on a site-local deployment. > > - HTTP digest authentication: > https://github.com/UMCUGenetics/sparqling-genomics/blob/master/web/sparql/driver.scm#L82-L157 > > This has been tested against Virtuoso endpoints. > > - Multi-format HTTP requests/responses for building RESTful interfaces: > https://github.com/UMCUGenetics/sparqling-genomics/blob/master/web/www/db/api.scm > > It's not perfect, and probably needs some work to be generic enough to suite > other use-cases than the one I wrote it for. What do you think about adding these things to https://notabug.org/cwebber/guile-webutils/ ? This was once intended to be a collection of useful tools that come in handy when writing web applications. -- Ricardo