Is it possible to create & handle sessions wit...
# http4k
r
Is it possible to create & handle sessions with http4k?
Updated link to Request Contexts
My 2 cents: try stateless sessions. JWTs are a great way to support this. Http4k doesn't have built-in filters for JWTs (yet), but they're trivial to integrate if you've ever used a Bearer filter.
r
Thanks, will look into that!