Fork me on GitHub
#ring
<
2016-10-04
>
sandbags15:10:09

Anyone implemented buddy-auth with sessions recently? I can see the :identity key & value present in the session but the :identity key isn’t being set correctly on the request (it’s value is nil). I am using the wrap-authentication ring handler. Looking at the example I seem to be doing the same steps. I’m a little puzzled and wondered if anyone had come across any snafu’s in implementing this?

niwinz18:10:04

@sandbags is session middleware is set before the auth middleware?