@pagelines/sdk 1.0.642 → 1.0.644

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -396,7 +396,7 @@ const andrew = getDemoAgentByHandle('andrew')
396
396
 
397
397
  **Public-Only Access**: `getPublicAgent()` and `getAgentByEmail()` only return agents with `visibility: 'public'`.
398
398
 
399
- **Authentication Required**: User operations require valid JWT token in `sdk.token.value`.
399
+ **Authentication Required**: User operations require a valid opaque session token in `sdk.token.value`.
400
400
 
401
401
  **Rate Limiting**: Widget includes 10 comments/hour per agent, 100 likes/hour (future).
402
402