UNPKG

passport-telegram-official

Version:

Telegram (not official, just the name) authentication strategy for Passport (https://core.telegram.org/widgets/login)

3 lines (2 loc) 151 B
import { PassportTelegramUser, TelegramUser } from './types'; export declare function normalizeProfile(profile: TelegramUser): PassportTelegramUser;