Skip to content

Setaria is OATH One Time Passwords Library for Elixir.

Notifications You must be signed in to change notification settings

ritou/elixir-setaria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setaria is OATH One Time Passwords Library for Elixir.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages