
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@uipath/auth
Advanced tools
Affected versions:
Authentication module for the UiPath CLI. Handles OIDC login, token management, and credential storage.
Authentication module for the UiPath CLI. Handles OIDC login, token management, and credential storage.
npm install @uipath/auth
import { interactiveLogin } from "@uipath/auth";
await interactiveLogin({ file: ".uipath" });
import { clientCredentialsLogin } from "@uipath/auth";
const tokens = await clientCredentialsLogin({
clientId: process.env.CLIENT_ID,
clientSecret: process.env.CLIENT_SECRET,
});
import { getLoginStatusAsync } from "@uipath/auth";
const status = await getLoginStatusAsync({ file: ".uipath" });
| Export | Description |
|---|---|
interactiveLogin(options) | Browser-based authorization code flow with PKCE |
clientCredentialsLogin(props) | Silent client credentials flow for service accounts |
getLoginStatusAsync(options) | Check current login status, auto-refreshes expired tokens |
refreshAccessToken() | Refresh an expired access token |
selectTenant() | Interactive tenant selection |
setAuthFileConfig(cfg) | Push the on-disk auth.* config slice into the auth singleton (called once by the CLI host at startup) |
saveEnvFileAsync() / loadEnvFileAsync() | Credential file I/O |
See the root repository for license information.
FAQs
Authentication module for the UiPath CLI. Handles OIDC login, token management, and credential storage.
The npm package @uipath/auth receives a total of 1,349 weekly downloads. As such, @uipath/auth popularity was classified as popular.
We found that @uipath/auth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 25 open source maintainers collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.