UNPKG

passport-telegram-web-app

Version:

A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.

7 lines (6 loc) 179 B
import { WebAppUserInterface } from "./web-app-user.interface"; export interface DataInterface { authDate: string; queryId: string; user: WebAppUserInterface; }