New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@drawcall/auth

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drawcall/auth

Shared authentication for Drawcall command-line tools.

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
583
-26.11%
Maintainers
1
Weekly downloads
 
Created
Source

@drawcall/auth

Shared authentication for Drawcall command-line tools.

npx @drawcall/auth login
npx @drawcall/auth status
npx @drawcall/auth logout

Credentials live in the platform config directory under drawcall/config.json. Set DRAWCALL_AUTH_TOKEN to use an ephemeral token instead. Existing credentials from the former Market and Design config files migrate automatically.

The Commander implementation is public for aggregate CLIs:

import { createAuthCommand } from "@drawcall/auth";

program.addCommand(createAuthCommand());

FAQs

Package last updated on 10 Sep 2026

Related posts