Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/3zcurdia/mini_otp
- Owner: 3zcurdia
- License: mit
- Created: 2023-10-12T19:37:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T17:23:59.000Z (about 1 month ago)
- Last Synced: 2024-11-21T18:25:19.785Z (about 1 month ago)
- Topics: otp, roda, ruby
- Language: Ruby
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```