
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@smbcloud/sdk-auth
Advanced tools
smbCloud SDK Auth
Browser auth SDK for smbCloud.
About
·
Install
·
Usage
·
License
@smbcloud/sdk-auth is the browser SDK for smbCloud Auth. It wraps the shared Rust auth crate through WebAssembly so browser apps can use the same auth API as other smbCloud clients.
Current exported browser APIs include:
signup_with_clientlogin_with_clientlogout_with_clientme_with_clientremove_with_clientEnvironmentnpm install @smbcloud/sdk-auth
import init, {
Environment,
login_with_client,
signup_with_client,
} from "@smbcloud/sdk-auth";
await init();
await signup_with_client(
Environment.Production,
"app-id",
"app-secret",
"name@example.com",
"password123",
);
From sdk/npm/smbcloud-auth:
npm run prepare:package
npm run pack:dry-run
This builds the wasm crate, stages the generated artifacts into the npm package folder, and lets you check the publish payload before release.
More browser and platform docs live in the smbCloud developer docs.
Apache-2.0
© 2026 Splitfire AB (smbCloud).
FAQs
Browser Auth SDK for smbCloud, built from Rust and WebAssembly.
The npm package @smbcloud/sdk-auth receives a total of 202 weekly downloads. As such, @smbcloud/sdk-auth popularity was classified as not popular.
We found that @smbcloud/sdk-auth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.