Packages

Manage cookies in Raxx applications.

Retired package: Deprecated - Unnecessary adapter use cookie package directly

Current section

Files

Jump to
raxx_cookie README.md
Raw

README.md

# Raxx.Cookie
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `raxx_cookie` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:raxx_cookie, "~> 0.1.0"}]
end
```
2. Ensure `raxx_cookie` is started before your application:
```elixir
def application do
[applications: [:raxx_cookie]]
end
```