What problem does it solve?
It removes the guesswork of configuring CloudBase authentication providers by guiding you to first read the current login configuration and then enable or disable the exact login methods your app needs.
Core Features & Use Cases
- Provider Setup & Enable/Disable: Configure authentication methods such as Anonymous, Username/Password, SMS, Email, WeChat Open Platform, and Google by updating CloudBase login config and providers.
- Scenario-Driven Configuration: Follow targeted flows for each login type, including SMS verification configuration, email provider (Tencent email or custom SMTP), and WeChat provider credential wiring.
- Activation for Platform Skills: Ensures the correct auth configuration is prepared before proceeding to the next platform-specific skill (auth-web, auth-wechat, or http-api).
Use case example: You want to ship a web app that supports phone OTP and email OTP; you can enable both providers first, then move on to implementing the Web login UI using the correct mappings.
Quick Start
Use the auth-tool-cloudbase skill to describe the current CloudBase login configuration, enable the required providers (for example SMS and Email), and then proceed to auth-web.