CookieMonster
A simple HTTP Cookie encoder and decoder in pure Elixir with zero runtime dependencies.
Installation
The package can be installed by adding cookie_monster to your list of
dependencies in mix.exs:
def deps do
[
{:cookie_monster, "~> 0.1.0"}
]
endThe docs can be found at https://hexdocs.pm/cookie_monster.