https://github.com/3zcurdia/mini_otp
Minimal one time password application
https://github.com/3zcurdia/mini_otp
otp roda ruby
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T18:33:06.000Z (over 1 year ago)
- Last Synced: 2025-03-14T19:32:55.830Z (over 1 year ago)
- Topics: otp, roda, ruby
- Language: Ruby
- Homepage:
- Size: 103 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
```