auth-nodejs-cloudbase

Manage CloudBase Node.js authentication, user lookup, and custom login tickets.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill auth-nodejs-cloudbase-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth-nodejs-cloudbase
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/auth-nodejs
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill auth-nodejs-cloudbase-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cloudbase/node-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for server-side identity and custom login ticket management in CloudBase Node.js applications, enabling secure user authentication and user lookup within the CloudBase ecosystem.

Core Features & Use Cases

  • Caller Identity: Retrieve the identity of the current caller in CloudBase functions.
  • User Lookup: Fetch detailed user profiles by UID or login identifiers.
  • Custom Login Tickets: Issue custom login tickets for existing user systems to integrate with CloudBase.
  • Use Case: When a CloudBase app needs to identify users or integrate with an existing user database, this Skill can manage the authentication process securely and efficiently.

Quick Start

Initialize the CloudBase Node SDK with your environment ID and use auth.getUserInfo() to retrieve the caller's identity in your CloudBase function.

Frequently Asked Questions about auth-nodejs-cloudbase

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve caller identity in CloudBase Node.js functions?

To retrieve caller identity in CloudBase Node.js functions, initialize the @cloudbase/node-sdk with your environment ID and call auth.getUserInfo(). This returns the current caller's identity for secure server-side authentication within your CloudBase application.

Can I issue custom login tickets for an existing user system in CloudBase?

Yes, you can issue custom login tickets for an existing user system in CloudBase. This Skill manages the creation of custom login tickets, enabling your existing user database to integrate securely with the CloudBase authentication ecosystem.

What is server-side authentication and custom login ticket management in CloudBase?

Server-side authentication and custom login ticket management in CloudBase is the process of securely identifying users and issuing custom login tickets within Node.js applications. It handles caller identity retrieval, user lookup, and integration with existing user systems.

Does CloudBase Node.js authentication support fetching user profiles by UID?

Yes, CloudBase Node.js authentication supports fetching user profiles by UID. The Skill provides user lookup functionality, allowing you to fetch detailed user profiles by UID or login identifiers for secure identity verification in your CloudBase environment.

Do I need the @cloudbase/node-sdk package for server-side identity management?

Yes, you need the @cloudbase/node-sdk package for server-side identity management. This Skill requires the @cloudbase/node-sdk dependency to perform server-side operations like retrieving caller identity and issuing custom login tickets in CloudBase Node.js apps.

What's the best way to integrate an existing user database with CloudBase auth?

The best way to integrate an existing user database with CloudBase auth is by issuing custom login tickets through Node.js. This Skill manages the authentication process, bridging your existing user system with CloudBase identity for secure server-side user verification.