biff 2024-10-06

I'm trying to use the biff session to do authentication based on password. I return 303 after successfully registering/logging in, and i add to the response map a :session with {:uid user-id}. In the browser I don't see a Set-Cookie header in the response

I was missing wrap-sessions middleware

👍 1