passport-telegram-web-app
Version:
A [Passport](https://www.passportjs.org/) strategy for [telegram web app (bots)](https://core.telegram.org/bots/webapps) authentication.
9 lines (8 loc) • 389 B
TypeScript
export * from "./data-from-request.function";
export * from "./data-to-check-string.function";
export * from "./hash-from-request.function";
export * from "./hash-verifier-callback.function";
export * from "./hash-verifier.function";
export * from "./verified-callback.function";
export * from "./verify-callback-with-request.function";
export * from "./verify-callback.function";