Fork me on GitHub
#yada
<
2016-03-24
>
lockdown18:03:46

is yada more oriented toward web apis or is it fine also for server rendered pages?

malcolmsparks21:03:45

@decoursin see the security exampkes as to how you get and set cookies. Sessions are simply an abstraction on cookies

malcolmsparks22:03:52

@lockdown yada is agnostic. One of the primary drivers behind it was from a project where we used liberator for content and compojure-api for APIs. Having 2 approaches leads to unnecessary complexity. Yada is designed to support both those use-cases well.