Execute the session backend
This commit is contained in:
parent
771c50fb28
commit
4bb8dfb2e9
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@
|
|||
(defn wrap-auth [handler]
|
||||
(-> handler
|
||||
(wrap-access-rules {:rules rules :on-error on-error})
|
||||
(wrap-authentication session-backend)
|
||||
(wrap-authorization session-backend)))
|
||||
(wrap-authentication (session-backend))
|
||||
(wrap-authorization (session-backend))))
|
||||
|
||||
(defn wrap-base [handler]
|
||||
(-> ((:middleware defaults) handler)
|
||||
|
|
Loading…
Reference in a new issue