frontend / api/testConnection / checkSession
Function: checkSession()
checkSession():
Promise<null|AppUserProfile>
Defined in: src/api/testConnection.ts:42
Checks if a session is currently valid by fetching
/api/me. Returns the user profile on success, or
null when not authenticated.
Returns
Promise<null | AppUserProfile>