Simpl-Resultat/src-tauri
le king fu e314bbe1e3
All checks were successful
PR Check / rust (push) Successful in 17m12s
PR Check / frontend (push) Successful in 2m12s
PR Check / rust (pull_request) Successful in 16m56s
PR Check / frontend (pull_request) Successful in 2m14s
fix: remove handle_auth_callback from invoke_handler
The auth callback is handled exclusively via the deep-link handler in
lib.rs — exposing it as a JS-invocable command is unnecessary attack
surface. The frontend listens for auth-callback-success/error events
instead.

Plaintext token storage documented as known limitation (see #66).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 15:35:10 -04:00
..
capabilities feat: add Settings page with in-app updater support 2026-02-11 11:47:25 +00:00
icons Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
src fix: remove handle_auth_callback from invoke_handler 2026-04-10 15:35:10 -04:00
.gitignore Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
build.rs Initial project scaffold: Tauri v2 + React + TypeScript + TailwindCSS v4 2026-02-07 11:05:11 +00:00
Cargo.lock fix: use base64 crate, restrict token file perms, safer chrono_now 2026-04-10 14:58:10 -04:00
Cargo.toml fix: use base64 crate, restrict token file perms, safer chrono_now 2026-04-10 14:58:10 -04:00
tauri.conf.json fix: tighten CSP img-src, show initials instead of external avatar 2026-04-10 15:24:52 -04:00