An open API service indexing awesome lists of open source software.

https://github.com/tompave/plug_cookie_demo


https://github.com/tompave/plug_cookie_demo

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# PlugCookieDemo

A simple mix project to reproduce an issue with setting cookies.

## Run

Start `iex`:

```shell
iex -S mix
```

And then execute:

```elixir
PlugCookieDemo.start_server
```