Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 750 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 750 Bytes

Setaria GitHub Actions CI

Setaria is OATH One Time Passwords Library for Elixir. This is wrapper of POT.

Installation

If available in Hex, the package can be installed as:

  1. Add setaria to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:setaria, "~> 1.0"}]
end
```
  1. Ensure setaria is started before your application:
```elixir
def application do
  [applications: [:setaria]]
end
```

Usage

see hexdocs