frontend / api/testConnection / checkSession
Function: checkSession()
checkSession():
Promise<AppUserProfile|null>
Defined in: 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<AppUserProfile
| null>