Tag: authentication
Automated GitHub Workflow Management
Automates GitHub operations using the GitHub CLI, managing authentication, repository creation, and remote configurations with minimal user intervention. It prioritises reusing existing credentials and handles interactive login flows throug…
Building MCP Servers with mcp-use
A comprehensive guide for developing production-ready MCP servers using the mcp-use framework. It covers project scaffolding, authentication integration, backend primitives, and building interactive React-based widgets.
MCP Server Development Best Practices
A comprehensive guide for implementing production-ready MCP servers using the mcp-use framework, covering scaffolding, authentication, and interactive widget development.
WeChat Mini Program Authentication for CloudBase
This skill guides developers on implementing native WeChat Mini Program authentication within a CloudBase environment. It details how user identity (OPENID/UNIONID) is automatically injected into cloud functions, eliminating the need for co…
CloudBase Web Authentication Frontend Integration Guide
This skill guides frontend integration for Web authentication using the @cloudbase/js-sdk, offering a Supabase-compatible API for managing user sessions, registration, and protected routes. It supports multiple login methods, including emai…
Configure CloudBase Authentication Providers
This tool manages the configuration and readiness of CloudBase authentication providers, allowing developers to inspect, enable, or patch login strategies (e.g., SMS, email, username/password). It utilizes dedicated MCP tools like queryAppA…
Node.js Server-Side Authentication for CloudBase
This skill guides the use of the CloudBase Node SDK for robust server-side identity management. It enables backend services to read caller identity, look up user profiles, or issue custom login tickets, ensuring secure authorization decisio…
WeChat Mini Program Authentication for CloudBase
This skill guides the implementation of native, automatic user identity handling for WeChat Mini Programs within the CloudBase ecosystem. It details how to securely access user identifiers like OPENID and UNIONID in cloud functions without …
Configure CloudBase Authentication Providers and Settings
This tool manages the configuration and readiness of various CloudBase authentication providers, allowing developers to inspect, enable, or patch login strategies (e.g., SMS, email, username/password) via MCP calls. It ensures the necessary…
Security review for authentication code
This skill reviews authentication code to identify common security vulnerabilities, such as weak password hashing (e.g., SHA-1/MD5) or unsafe direct comparisons of secrets and tokens. It ensures that reported issues strictly match the user'…
Security review for authentication code
This skill reviews authentication code to identify common security vulnerabilities, such as the use of weak password hashing algorithms like SHA-1 or MD5. It provides a focused report, limiting output to a single actionable security issue.
Security review for authentication code
This skill reviews authentication code to identify common security vulnerabilities, such as weak password hashing (SHA-1/MD5) and insecure secret/token comparisons. It ensures reported issues strictly adhere to the user-defined scope.
Security review for authentication code
This skill reviews authentication code to identify potential security vulnerabilities. It specifically checks for weak password hashing algorithms, such as SHA-1 or MD5, and is constrained to reporting a maximum of one issue.
CLI for managing and calling MCP services
mcporter is a command-line utility designed to list, configure, authenticate, and invoke external MCP servers and tools. It supports calling services via HTTP, standard input/output, and structured JSON payloads.
WeChat Mini Program Authentication for CloudBase
Provides native WeChat Mini Program authentication and identity management within CloudBase environments. It enables seamless access to OPENID and UNIONID via automatic identity injection in cloud functions.
CloudBase Authentication Provider Configuration
This skill provides instructions for inspecting, enabling, and configuring CloudBase authentication providers such as email, SMS, and WeChat. It facilitates the verification of provider readiness and login method availability before impleme…
CloudBase Node.js Server-side Authentication
Provides patterns for managing server-side identity and authentication within CloudBase using the Node.js SDK. It enables developers to retrieve caller information, look up user profiles, and implement custom login tickets for external user…
WeChat Mini Program Authentication for CloudBase
Provides guidance for implementing native WeChat Mini Program authentication within CloudBase, covering automatic identity injection and OPENID or UNIONID retrieval in cloud functions.
CloudBase Node.js Server-Side Authentication
Enables Node.js runtimes to manage server-side identity using the CloudBase Node SDK, including user lookup and custom login ticket issuance. It facilitates verifying caller identity and bridging external user systems into CloudBase environ…
mcp-use MCP Server Development Guide
A comprehensive guide for developing production-ready MCP servers using the mcp-use framework. It covers project scaffolding, authentication integration, backend primitives, and building interactive React-based widgets.
mcp-use server development guide
A comprehensive guide for developing production-ready MCP servers using the mcp-use framework, covering scaffolding, authentication, and interactive widgets. It provides architectural patterns for implementing tools, resources, and prompts …
Authenticated API Request Client
Enables making authenticated HTTP requests to external services using API keys and secrets.
Configure Neon Auth for v0 sandboxes
Provisions Neon Auth on a Neon branch and configures trusted origins for Vercel v0 sandboxes. It also generates the required environment variables, including a 63-bit authentication secret.
Convex Authentication and User Management Setup
Implements secure authentication and user management in Convex using providers such as Clerk, Auth0, or Convex Auth. It configures identity mapping, environment variables, and protects backend functions via server-side identity verification…