mobile: show login screen for stock browsers when not authenticated
Nightly Build / build (push) Has been cancelled

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:48:58 +01:00
parent ccd6e4fbea
commit ee61b3489c
3 changed files with 78 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]