Closed weejulius closed 10 years ago
Hi!
If you take a look on session backend source: https://github.com/niwibe/buddy/blob/master/src/clojure/buddy/auth/backends/session.clj#L22 on authenticate step, :identity is associated to request. (authenticate step only is executed if :session [:identity xxxx] is not false)
In the provided session example, why the identity is located at [:session :identity] but the authenticated? fn only check if (:identity request) is true?