mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
Replace browser fetch() with Rust invoke() for token exchange to bypass CORS restrictions. Fix deep link listener by removing premature __TAURI__ guard (not available at module load), using lazy dynamic import instead. Add deepLinkHandled localStorage flag to prevent infinite reload loops from getCurrent() re-delivering the same URL after navigation. Add backend auth implementation guide and platform-specific deep link docs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>