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.

5 lines (4 loc) 162 B
import { DataInterface } from "./interfaces/data.interface"; export declare class ExtractData { static fromHeaders(request: any): DataInterface | null; }