From 228d2ed37a71462e912be68bf76c01fd225f7d53 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 24 Aug 2024 10:55:43 -0700 Subject: More tweaks to language --- src/defendpoint.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defendpoint.lisp b/src/defendpoint.lisp index 23955b5..e79456f 100644 --- a/src/defendpoint.lisp +++ b/src/defendpoint.lisp @@ -204,11 +204,11 @@ PART is either :then (cons :var (second )) :note "SYMBOL bound to the instance during the handler protocol.") ( - :match (:seq (:= :authenticate) (:item)) + :match (:seq (:or= :authenticate :authenticated-when) (:item)) :then (cons :authenticate (second )) :note "Body form of authenticate method.") ( - :match (:seq (:= :authorize) (:item)) + :match (:seq (:or= :authorize :authorized-when) (:item)) :then (cons :authorize (second )) :note "Body form of authorize method.") ( -- cgit v1.2.3