README.md
      
      
        
        # Agora
Implementation of agora SDK's token signing for Access Keys
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `agora` to your list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:agora, "~> 2.0.0"}
  ]
end
```
## Notes
* For OTP < 22 use version 1.0.2
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/agora](https://hexdocs.pm/agora).