BigBrainParking/app/src/auth
Hank 65fbd86644
All checks were successful
build-apk / build (push) Successful in 38m15s
v0.1.6: validate the session on open, not mid-map
A stale/expired token doesn't 401 — /api/User returns an empty body, so
getUserDetail() resolved to undefined without throwing and the launch probe set
signedIn anyway. The dead session then only surfaced when the map/kiosk calls
ran. Now the launch check requires real user data (PersonalPhone/Email); if it's
missing it clears the token and shows the login screen at open.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 10:46:04 -07:00
..
authBus.ts 401 auto re-login, My Location via native GPS, edge-to-edge, brain-car icon 2026-07-06 09:58:23 -07:00
AuthContext.tsx v0.1.6: validate the session on open, not mid-map 2026-07-13 10:46:04 -07:00