does http4k have any facilities for session manage...
# http4k
n
does http4k have any facilities for session management? If not, what would you guys recommend for sessions/authentication/authorisation? I just read through https://martinfowler.com/articles/web-security-basics.html and there are some recommendations there (like Shiro), but I'd like to get your thoughts. My app is tiny and there's only going to be one user, but I don't want to roll my own stuff for these because it's probably easy to get wrong