[cl-openid-devel] demo app + fix drakma::alist-to-url-encoded-string

Anton Vodonosov avodonosov at yandex.ru
Sun Feb 24 14:50:37 UTC 2013


I've made a little demo for OpenID authenication with common lisp.
It runs on Heroku: http://cl-openid-demo.herokuapp.com/
Sources: https://github.com/avodonosov/cl-openid-demo


It was fortunate I've tried cl-open-id, because in the
very recent quicklisp 2013-02-17 cl-openid is broked,
because it uses private function drakma::alist-to-url-encoded-string,
and drakma changes the function recently.

Fixed this in Trac by copy/pasting the old version of the drakma function.




More information about the cl-openid-devel mailing list