You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If the user owns the session or skipCheck enabled, they can see all messages.
119
-
retrieveUntilMessageID=""
116
+
117
+
// Check access: you can access anonymous sessions, your own sessions, and shared sessions.
118
+
// For shared sessions, if you are not the owner, you can only see messages up to the SharedUntilMessageID (inclusive).
119
+
// For sessions without an owner (unauthenticated users using a public project), we don't check access and rely on security by obscurity (generally a decent trade-off, but specifically introduced to get citation links over MCP working for unauthenticated demos).
120
+
// It's important to respect SkipChecks to ensure access in Rill Developer (where auth is disabled, but SkipChecks is true).
0 commit comments