Authenticate reviews with Telegram init data
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 3m1s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 3m1s
This commit is contained in:
6
lib/auth/telegram_init_data_web.dart
Normal file
6
lib/auth/telegram_init_data_web.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'dart:js_interop';
|
||||
|
||||
@JS('window.Telegram.WebApp.initData')
|
||||
external JSString? get _telegramInitData;
|
||||
|
||||
String telegramInitData() => _telegramInitData?.toDart ?? '';
|
||||
Reference in New Issue
Block a user