https://github.com/cs-balazs/use-telegram-auth
TypeScript libraries for authenticating users with Telegram without using the login widget
https://github.com/cs-balazs/use-telegram-auth
auth authentication hook react telegram
Last synced: 6 months ago
JSON representation
TypeScript libraries for authenticating users with Telegram without using the login widget
- Host: GitHub
- URL: https://github.com/cs-balazs/use-telegram-auth
- Owner: cs-balazs
- Created: 2023-07-30T18:09:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T18:35:32.000Z (over 2 years ago)
- Last Synced: 2025-06-14T09:49:00.367Z (8 months ago)
- Topics: auth, authentication, hook, react, telegram
- Language: TypeScript
- Homepage:
- Size: 74.2 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# use-telegram-auth
This repo contains 3 packages that can be used to perform user authentication with Telegram, without using the [Telegram login widget](https://core.telegram.org/widgets/login)
- Want to perform the Telegram auth flow in any framework / vanilla js, with a simple async function call? Use [@use-telegram-auth/client](https://github.com/cs-balazs/use-telegram-auth/tree/main/packages/client)
- Want to do the same in React with a single hook call? Use [@use-telegram-auth/hook](https://github.com/cs-balazs/use-telegram-auth/tree/main/packages/hook)
- Want to easily validate the authentication result on the server side? Use [@use-telegram-auth/server](https://github.com/cs-balazs/use-telegram-auth/tree/main/packages/server)