talkis/src-tauri
David Perov 5705e45686 feat: add deep-link auth handler (talkis://auth?token=...)
- Add tauri-plugin-deep-link with 'talkis' URL scheme
- Register plugin in lib.rs with on_open_url handler
- Emit 'deep-link-auth' event to frontend with JWT token
- Listen for event in UserPanel, save token and reload profile
- Add url crate for parsing deep link URLs
2026-04-07 16:31:19 +03:00
..
capabilities feat: add deep-link auth handler (talkis://auth?token=...) 2026-04-07 16:31:19 +03:00
icons first commit 2026-03-25 12:10:40 +03:00
src feat: add deep-link auth handler (talkis://auth?token=...) 2026-04-07 16:31:19 +03:00
.gitignore first commit 2026-03-25 12:10:40 +03:00
build.rs first commit 2026-03-25 12:10:40 +03:00
Cargo.lock feat: add deep-link auth handler (talkis://auth?token=...) 2026-04-07 16:31:19 +03:00
Cargo.toml feat: add deep-link auth handler (talkis://auth?token=...) 2026-04-07 16:31:19 +03:00
entitlements.plist first commit 2026-03-25 12:10:40 +03:00
Info.plist Rebrand to Talkis, fix live settings sync, bump 0.1.8 2026-04-06 12:38:48 +03:00
tauri.conf.json feat: add deep-link auth handler (talkis://auth?token=...) 2026-04-07 16:31:19 +03:00