From eeeccc7df5c2c0f83938aabb283720a6fb34db4a Mon Sep 17 00:00:00 2001 From: Brian O'Reilly Date: Wed, 1 Oct 2025 12:16:17 -0400 Subject: [PATCH] include an interface for authorization. --- asteroid.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/asteroid.asd b/asteroid.asd index 8f1d9e1..78fad7c 100644 --- a/asteroid.asd +++ b/asteroid.asd @@ -23,6 +23,7 @@ :babel :cl-fad :bordeaux-threads + (:interface :auth) (:interface :database) (:interface :user)) :pathname "./"