masoodafar-web b3e6066c90
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 15m19s
fix: don't send expired JWT tokens with gRPC requests
AppTokenProvider now checks token expiry before returning it.
Expired tokens are removed from localStorage and not sent.

This fixes 401 errors on anonymous endpoints (login/OTP) caused by
the gRPC channel attaching an old expired Bearer token to every request.
CMS validates the token even on unauthenticated endpoints and rejects
expired ones with 401.
2026-03-15 01:39:27 +03:30
2025-11-19 23:54:40 +03:30
S
Description
No description provided
3.9 MiB
Languages
HTML 61.3%
C# 36.1%
JavaScript 1.5%
CSS 0.8%
Shell 0.2%