
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@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 798 weekly downloads. As such, @uipath/auth popularity was classified as not 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
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.