pinme-auth

Installation
SKILL.md

PinMe Worker Auth API Integration

Guides how to call PinMe platform's Identity Platform auth proxy APIs in a PinMe Worker (TypeScript).

Environment Variables

// backend/src/worker.ts
export interface Env {
  DB: D1Database;
  API_KEY: string;       // 项目 API Key — 用于所有 auth 接口认证
  PROJECT_NAME: string;  // 项目名 — 所有 auth 接口必须同时传递
  BASE_URL?: string;     // 可选,默认 https://pinme.cloud
}

API_KEYPROJECT_NAME 是所有 auth 接口的必填凭证,缺一不可。


Installs
341
GitHub Stars
3.6K
First Seen
Apr 28, 2026
pinme-auth — glitternetwork/pinme