What problem does it solve?
Adding user authentication to a web application on CloudBase requires choosing the right login providers and using the correct SDK APIs, and mixing up web auth with mini-program OPENID flows causes subtle integration bugs.
Core Features & Use Cases
- Provider Verification: Checks and manages app login providers via the
queryAppAuth and manageAppAuth MCP tools before writing auth code.
- Management Login Guidance: Uses the
mcp__cloudbase__auth device-code flow for MCP management login instead of inventing API keys.
- Web SDK Auth Integration: Directs implementation of CloudBase Web SDK authentication APIs while explicitly avoiding mini-program OPENID patterns.
- Use Case: You are building a React admin dashboard on CloudBase and need SMS or username-password login; this Skill ensures providers are enabled first and the Web SDK auth calls are wired correctly.
Quick Start
Add CloudBase Web SDK login to my web app after checking which auth providers are enabled with queryAppAuth.