Skip to content

Fix anonymous realtime socket authentication - #292

Merged
cowchimp merged 1 commit into
mainfrom
codex/fix-anonymous-realtime-token
Sep 24, 2026
Merged

cowchimp merged 1 commit into
mainfrom
codex/fix-anonymous-realtime-token

Conversation

@cowchimp

@cowchimp cowchimp commented Sep 24, 2026 •

Copy link
Copy Markdown
Collaborator

since the security hardening in base44-dev/apper#21675 subscribing to realtime entity updates in public apps didn't work. once the token parameter exists the server expects it to be a valid user token. if the parameter doesn't exists it works.

image image

@github-actions

Copy link
Copy Markdown

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/sdk@0.8.50-pr.292.d7cb5e4

Prefer not to change any import paths? Install using npm alias so your code still imports @base44/sdk:

npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.50-pr.292.d7cb5e4"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "@base44/sdk": "npm:@base44-preview/sdk@0.8.50-pr.292.d7cb5e4"
  }
}

Preview published to npm registry — try new features instantly!

@cowchimp
cowchimp merged commit 8072fc3 into main Sep 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants