Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 705 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 705 Bytes

telbot-otp

OTP Server with Telegram Bot

Setup Server

  1. Install all NPM package
    npm install
    
  2. Copy .env.example file to .env
    cp .env.example .env
    
  3. Configure your .env file
  4. Run service
    npm run start
    

Register User

screenshot

screenshot

Check Registration Status

screenshot

Generate OTP

screenshot

screenshot

Verify OTP

screenshot