From avodonosov at yandex.ru Sun Feb 24 14:50:37 2013 From: avodonosov at yandex.ru (Anton Vodonosov) Date: Sun, 24 Feb 2013 18:50:37 +0400 Subject: [cl-openid-devel] demo app + fix drakma::alist-to-url-encoded-string Message-ID: <2003331361717437@web13h.yandex.ru> 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. From avodonosov at yandex.ru Sun Feb 24 21:54:01 2013 From: avodonosov at yandex.ru (Anton Vodonosov) Date: Mon, 25 Feb 2013 01:54:01 +0400 Subject: [cl-openid-devel] demo app + fix drakma::alist-to-url-encoded-string In-Reply-To: <2003331361717437@web13h.yandex.ru> References: <2003331361717437@web13h.yandex.ru> Message-ID: <1942031361742841@web17d.yandex.ru> 24.02.2013, 19:09, "Anton Vodonosov" : > Fixed this in Trac I ment in darcs