
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@lovable.dev/lovable-auth-js
Advanced tools
Better Auth wrapper for Lovable authentication in TanStack Start apps.
npm install @lovable.dev/lovable-auth-js
Client setup:
import { newAuthClient } from "@lovable.dev/lovable-auth-js";
export const authClient = newAuthClient();
export const { signIn, signOut } = authClient;
TanStack Start route setup:
import { createFileRoute } from "@tanstack/react-router";
import { registerAuthRoutes } from "@lovable.dev/lovable-auth-js/server";
export const Route = createFileRoute("/api/auth/$")(registerAuthRoutes());
Sign in with the Lovable OAuth provider:
await authClient.signInWithLovable({
callbackURL: "/account",
});
signInWithLovable uses redirect mode outside an iframe and popup mode in live preview. Pass mode: "redirect" or mode: "popup" to force a flow.
Server env vars:
| Name | Description |
|---|---|
LOVABLE_TENANT_ID | Lovable tenant ID. |
LOVABLE_OAUTH_CLIENT_ID | Lovable OAuth client ID. |
LOVABLE_OAUTH_CLIENT_SECRET | Lovable OAuth client secret. |
LOVABLE_AUTH_SECRET | Secret used to sign auth cookies and tokens. |
LOVABLE_AUTH_TRUSTED_ORIGINS | Comma-separated trusted origins. |
FAQs
Lovable Auth JS
We found that @lovable.dev/lovable-auth-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 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
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain