mobile: show login screen for stock browsers when not authenticated
Nightly Build / build (push) Successful in 6m48s

Add an inline auth gate to mobile.html that checks /api/auth/me on load.
Skipped when ?native=true (the iOS shell handles auth in background).
Includes a vanilla JS login form (no Lit) reusing the existing login styles.

Bump version to 0.1.2.
This commit is contained in:
2026-07-24 23:50:43 +01:00
parent ccd6e4fbea
commit f9fc226329
4 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ resolver = "2"
[package]
name = "skald"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
[features]