From 9b51a908448c23eff673934f023d247a6c47519d Mon Sep 17 00:00:00 2001 From: Grant Shangreaux Date: Fri, 31 May 2024 13:39:05 -0500 Subject: Add: initial login form and authentication --- vampire.asd | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'vampire.asd') diff --git a/vampire.asd b/vampire.asd index c618e3b..3b82f1c 100644 --- a/vampire.asd +++ b/vampire.asd @@ -14,6 +14,8 @@ #:derrida #:ironclad #:jonathan + #:lass + #:spinneret #:swank #:zippy #:flatbind) @@ -24,13 +26,18 @@ (:file "downloader") (:file "model") (:file "session") - ;(:file "navigation") - ;(:file "about") - ;(:file "new-account") - ;(:file "explore") - ;(:file "login") - ;(:file "home") - ;(:file "playlist") + (:module "site/" + :serial t + :components( + ;;(:file "navigation") + ;;(:file "about") + ;;(:file "new-account") + ;;(:file "explore") + (:file "user-known") + (:file "login") + (:file "home") + ;;(:file "playlist") + )) (:file "vampire") (:file "run") (:file "zipper") -- cgit v1.2.3