LOADING…
0%
Complete changelog

Commit

Implement authentication token management and session handling

Commit details

Commit notes

- Refactored login and registration mutations to store access and refresh tokens upon successful authentication. - Added a logout mutation to clear tokens and cached queries, enhancing user session management. - Introduced a session expiration handler that listens for auth events, notifying users when their session has expired. - Updated token management to export constants for access and refresh token keys, improving code maintainability.

This commit enhances the authentication flow and user experience by ensuring proper token handling and session management.

Files changed
3
Lines added
+82
Lines removed
−10
This page is a permanent record of commit d55c1969.