Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 2.19 KB

File metadata and controls

26 lines (20 loc) · 2.19 KB

Telegram Auth

Warning

Deprecated and unmaintained. This repository is archived.

These packages are deprecated in favour of Telegram's OpenID Connect login. Because Telegram now speaks plain OIDC, any OIDC client can talk to it directly — there is nothing left for @telegram-auth/react and @telegram-auth/server to do.

Migration guide

No further releases, bug fixes, or security updates will be published. Issues and pull requests are closed. Existing versions stay on npm so current installs keep working.

This was a mono-repo for the @telegram-auth/* packages:

Where to go instead

If you were using… Use instead
@telegram-auth/react <LoginButton> Telegram's login library, or your own button + an OIDC redirect — see MIGRATION.md
@telegram-auth/server for login data Verify the OIDC ID token — see MIGRATION.md
@telegram-auth/server for Mini Apps OIDC does not cover initData — see Telegram's docs. Details

Thanks to everyone who used, reported issues for, and contributed to these packages.