android: add verify and reset auth flows with deep link routing

This commit is contained in:
Codex
2026-03-09 16:05:26 +03:00
parent 91d712c702
commit 9ad8372d45
6 changed files with 278 additions and 9 deletions

View File

@@ -28,6 +28,14 @@
android:host="chat.daemonlord.ru"
android:pathPrefix="/join"
android:scheme="https" />
<data
android:host="chat.daemonlord.ru"
android:pathPrefix="/verify-email"
android:scheme="https" />
<data
android:host="chat.daemonlord.ru"
android:pathPrefix="/reset-password"
android:scheme="https" />
</intent-filter>
</activity>
<service