From: Lars Rune Nøstdal
Subject: Re: User Account Creation & Management in Common Lisp
Date: 
Message-ID: <1217302628.8646.52.camel@blackbox>
On Mon, 2008-07-28 at 20:17 -0700, deech wrote:
> Hi all,
> Is there a CL implementation of user accounts/permissions for a web
> app? 

hi,
there is a quick example of this in SymbolicWeb(#1), here:
http://sw.nostdal.org/login-app

source code:
http://common-lisp.net/~lnostdal/programming/lisp/symbolicweb/examples/login.lisp

..i'd use Postmodern for storage and checking of username/passwords (i'd
do this in the attempt-login method in the example code above):
http://common-lisp.net/project/postmodern/


#1: http://groups.google.com/group/symbolicweb

-- 
Lars Rune Nøstdal
http://nostdal.org/