Join Slack
Powered by
Is it possible to create & handle sessions wit...
# http4k
r
roby
04/17/2023, 12:46 AM
Is it possible to create & handle sessions with http4k?
a
Andrew O'Hara
04/17/2023, 1:34 AM
https://kotlinlang.slack.com/archives/C5AL3AKUY/p1616073897002200?thread_ts=1616072756.002100&cid=C5AL3AKUY
Andrew O'Hara
04/17/2023, 1:35 AM
Updated link to
Request Contexts
Andrew O'Hara
04/17/2023, 1:37 AM
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
roby
04/17/2023, 10:16 PM
Thanks, will look into that!
2
Views
Open in Slack
Previous
Next