From e1cff8d644e21bfbf8b7a76468c6c1130d4295e5 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 12 May 2024 14:00:49 -0700 Subject: Fix: authenticate and authorize syntax fixed --- src/defendpoint.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/defendpoint.lisp b/src/defendpoint.lisp index dd39368..ef5131b 100644 --- a/src/defendpoint.lisp +++ b/src/defendpoint.lisp @@ -198,9 +198,11 @@ PART is either :note "SYMBOL bound to the instance during the handler protocol.") ( :match (:seq (:= :authenticate) (:item)) + :then (cons :authenticate (second )) :note "Body form of authenticate method.") ( :match (:seq (:= :authorize) (:item)) + :then (cons :authorize (second )) :note "Body form of authorize method.") ( :match (:seq (:= :handle) (:item)) -- cgit v1.2.3