biff

Nikolas Pafitis 2024-10-06T18:10:11.886489Z

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

Nikolas Pafitis 2024-10-06T18:56:56.300679Z

I was missing wrap-sessions middleware

👍 1