CloudBase Auth
Installation
SKILL.md
When to use this skill
Use this skill whenever the task involves authentication or user identity in a CloudBase project, for example:
- Designing which login methods to support (anonymous, username/password, SMS, email, WeChat, custom login)
- Implementing auth with Web SDK (
@cloudbase/js-sdk@2.x) on the frontend - Working with Node SDK for user info, admin operations, or issuing custom login tickets
- Calling HTTP auth APIs directly from any backend or script
- Understanding tokens, login state, and auth-related best practices
If the task is not about authentication (e.g. only about database or storage), this skill is probably not needed.
Quick orientation
CloudBase Auth v2 provides: