auth-nodejs-cloudbase

Featured

CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller identity, inspect end users, or bridge an existing user system into CloudBase; not when configuring providers or building client login UI.

API & Backend 1,102 stars 138 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Sibling skills (local only) Sibling CloudBase skills ship beside this skill. Use local relative paths such as `../auth-tool-cloudbase/SKILL.md`. If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do **not** HTTP-fetch remote skill or protocol markdown into the agent context. ## Activation Contract ### Use this first when - Node.js code in cloud functions or backend services must read caller identity, look up users, or issue custom login tickets. - The backend responsibility is auth / identity, not provider setup or frontend login UI. ### Read before writing code if - The task mentions `@cloudbase/node-sdk`, server-side auth, custom login tickets, or "who is calling". - The request mixes frontend login with backend identity logic; split the flow and route client-side work elsewhere. ### Then also read - Provider setup / publishable key -> `../auth-tool-cloudbase/SKILL.md` - Web login UI that consumes custom tickets -> `../auth-web-cloudbase/SKILL.md` - Raw HTTP auth client -> `../http-api-cloudbase/SKILL.md` ### Do NOT use for - Provider enable/disable or login console configuration. - Frontend login / sign-up UI. - Mini program native auth. ### Common mistakes / gotchas - Using this skill as the entry point for every auth request. - Mixing provider-management work with Node-side identity code. - Reaching for raw HTTP examples when Node SDK already covers the job. ## Wh...

Details

Author
TencentCloudBase
Repository
TencentCloudBase/CloudBase-AI-Toolkit
Created
1 years ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category