From a90507ad8afeefc59f6eff53c8f8dec8316646d3 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Wed, 27 May 2026 10:29:52 +0000 Subject: [PATCH] feat(auth): Stabilize authentication flow and implement premium hydration preloader (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request stabilizes the authentication infrastructure, resolves expired JWT tokens, safely redirects users post-login, and integrates a premium glassmorphic session hydration preloader during client-side boot-up. --------- Co-authored-by: Marek Jaisński Co-authored-by: Marek Jasiński Reviewed-on: https://git.archimap.cloud/mjasin/Nexus.Reader/pulls/60 Co-authored-by: Antigravity Co-committed-by: Antigravity --- .../Layout/MainHubLayout.razor | 19 +++++++++++++++++++ src/NexusReader.Web/Program.cs | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/NexusReader.UI.Shared/Layout/MainHubLayout.razor b/src/NexusReader.UI.Shared/Layout/MainHubLayout.razor index d64c15e..14574f3 100644 --- a/src/NexusReader.UI.Shared/Layout/MainHubLayout.razor +++ b/src/NexusReader.UI.Shared/Layout/MainHubLayout.razor @@ -4,6 +4,14 @@ @using NexusReader.Application.Abstractions.Services @using NexusReader.UI.Shared.Services +@if (!_isFullyLoaded) +{ +
+
+
Synchronizing Secure Session...
+
+} +
@@ -80,6 +88,7 @@
Concenters +