Common Lisp Demo Web App with Caveman framework, and CAS (V2) authentification.
Other libraries :
- htmx : Ajax, CSS and more
- cas-middleware : Caveman Middleware Package for CAS authentication
- cl-cas : Common Lisp CAS client
Use CAS server (Demo) from Apereo https://casserver.herokuapp.com/cas/login
- From Emacs REPL
- (ql:quickload "cas-demo")
- (cas-demo:start)
- Open browser to : http://localhost:5000
- Demo CAS User
- Login : casuser
- Password : Mellon
Welcome page is public, so no authentication is required
- git clone https://github.com/fferrere/cl-cas
- git clone https://github.com/fferrere/cas-middleware
- git clone https://github.com/fferrere/cas-demo
- Frédéric FERRERE ([email protected])
Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0)