Auth module for Arco CLI, providing authentication functionality for Arco design system command-line tools. Version 1.0.3 is the current stable release with no known update cadence. It is a minimal package likely used internally within the Arco ecosystem, and not intended for general use. Differentiator: specific to Arco CLI workflows, not a general-purpose auth library.
npm install arco-cli-authVerified import paths — ran on the pinned version, not inferred.
Demonstrates how to authenticate and logout using arco-cli-auth, assuming OAuth2 flow with client ID and redirect URI.
Do not depend on this package directly outside of Arco CLI.
Use a standard authentication library like OAuth2 client.
Use import syntax or enable ESM in your project.
Change to import statement or set type: module in package.json.
Use `import auth from 'arco-cli-auth'` instead of `import { auth } from ...`.No dependency data recorded yet.