Skip to content

e3ob/Telegram-Mini-App-Auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Telegram-Mini-App-Auth

A minimal example to implement user authentication using Telegram's Mini-App feature.

Structure

Repo contains two folders, mini-app and nest-app. Both are templates and then being worked upon

Instructions for running nest-app

  • cd into nest-app folder
    cd nest-app
  • Copy .env file
    cp sample.env .env
  • Fill in your bot token in BOT_TOKEN
  • Run nest-app in dev mode
    pnpm run start:dev

Note

For running mini-app, follow instructions on ReadMe on the folder.

About

Template for authentication using telegram mini app using nestjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published