(defn login [{{:keys [email password]} :params session :session}] ...)
Also remember as well as the :keys special form you have :strs and :syms.
https://gist.github.com/john2x/e1dca953548bfdfb9844
(defn login [{{:keys [email password]} :params session :session}] ...)
Also remember as well as the :keys special form you have :strs and :syms.
https://gist.github.com/john2x/e1dca953548bfdfb9844