fferrere / cas-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAS-DEMO

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

Usage

  • 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

Installation

Author

Licence

Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0)

About

License:Other


Languages

Language:Common Lisp 70.5%Language:HTML 29.4%Language:CSS 0.1%