@tgauth/web
v1.0.0
Published
One-tap Telegram authentication for web apps
Downloads
14
Maintainers
Readme
@tgauth/web
One-tap Telegram authentication for web apps.
Install
npm install @tgauth/webUsage
import TGAuth from '@tgauth/web';
const result = await TGAuth.signIn({ projectId: 'proj_xxx' });
console.log(result.name, result.telegramId);https://tgauth.dev
