Thatsaphorn Atchariyaphap bdbaf36456 Centralize authentication logic and integrate token refresh mechanism
- Introduce `AuthWrapper` component for streamlined session-based layouts and authentication handling.
- Add new utilities (`tokenUtils.ts`) for JWT decoding, token expiration checks, and refresh operations via Keycloak.
- Refactor `serverCall` and `authOptions` to use centralized token refresh logic, removing redundant implementations.
- Implement `ClientSessionProvider` for consistent session management across the client application.
- Simplify `RootLayout` by delegating authentication enforcement to `AuthWrapper`.
2025-07-11 23:42:41 +02:00
2025-07-02 11:09:20 +09:00
2025-05-29 18:51:59 +00:00
Description
No description provided
7.6 MiB
Languages
TypeScript 76.1%
Java 21.1%
CSS 1.7%
Dockerfile 0.4%
JavaScript 0.3%
Other 0.4%