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

https://github.com/smartlogic/stein_mfa

WIP: turnkey 2fa support for stein
https://github.com/smartlogic/stein_mfa

Last synced: over 1 year ago
JSON representation

WIP: turnkey 2fa support for stein

Awesome Lists containing this project

README

          

# Stein.MFA

Stein.MFA is a small library that provides turnkey support for TOTP (and possibly in the future U2F and/or WebAuthn)
multi-factor authentication (2fa) for use with [`Stein.Accounts`](https://hexdocs.pm/stein/Stein.Accounts.html)

## Installation

```elixir
def deps do
[
{:stein_mfa, "~> 0.1.0"}
]
end
```