Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/3zcurdia/mini_otp

Minimal one time password application
https://github.com/3zcurdia/mini_otp

otp roda ruby

Last synced: about 1 month ago
JSON representation

Minimal one time password application

Awesome Lists containing this project

README

        

# mini_otp

Minimal one time password application

## Requirements

- Ruby 3.2.2
- SQLite

## Setup

Install dependencies

```
bundle install
```

Setup database

```
ruby schema.rb
```

Run the server

```
rackup -s falcon -p 9292 config.ru
```