Relative Content

Tag Archive for jwtserver-side-renderingleptos

Leptos-Axum, SSR and conditional routers rendering issue

I am building a full-stack Leptos/Axum – SSR/Hydrate web app with JWT authentication…
The problem is that, once I have the JWT token in the browser’s local storage, the protected route redirects to the Login page regardless of the JWT presence (the user exists)…