|
All checks were successful
Release / build-and-release (push) Successful in 26m52s
The Maximus Account sign-in flow was broken in v0.7.0: clicking "Sign in" opened Logto in the browser, but when the OAuth2 callback fired simpl-resultat://auth/callback?code=..., the OS launched a second app instance instead of routing the URL to the running one. The second instance had no PKCE verifier in memory, and the original instance never received the deep-link event, leaving it stuck in "loading". Fix: register tauri-plugin-single-instance (with the deep-link feature) as the first plugin. It forwards the callback URL to the existing process, which triggers the existing deep-link://new-url listener and completes the token exchange. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| capabilities | ||
| icons | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| tauri.conf.json | ||