Tag: authentication

Type: All Skills Tools
skill ★ 4,829

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…

the-open-agent/openagent github-cli git-workflows automation repository-management
skill ★ 9,967

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-use/mcp-use mcp mcp-use server-development react
skill ★ 9,967

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.

mcp-use/mcp-use mcp mcp-use server-development authentication
skill ★ 1,010

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…

TencentCloudBase/CloudBase-MCP wechat mini-program cloudbase authentication
skill ★ 1,010

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…

TencentCloudBase/CloudBase-MCP web-auth cloudbase js-sdk authentication
tool ★ 1,010

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…

TencentCloudBase/CloudBase-MCP cloudbase authentication auth-config mcp
skill ★ 1,010

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…

TencentCloudBase/CloudBase-MCP node-js authentication cloudbase identity
skill ★ 1,010

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 …

TencentCloudBase/CloudBase-MCP wechat miniprogram cloudbase authentication
tool ★ 1,010

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…

TencentCloudBase/CloudBase-MCP cloudbase authentication auth-config mcp
skill ★ 21,403

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'…

promptfoo/promptfoo security authentication code-review vulnerability
skill ★ 21,403

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.

promptfoo/promptfoo security code-review authentication hashing
skill ★ 21,403

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.

promptfoo/promptfoo security code-review authentication vulnerability
skill ★ 21,403

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.

promptfoo/promptfoo security authentication code-review hashing
tool ★ 372,633

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.

openclaw/openclaw mcp api-client cli tool-calling
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit wechat-miniprogram cloudbase authentication serverless
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase authentication auth-configuration mcp
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase nodejs authentication identity-management
skill

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.

TencentCloudBase/CloudBase-AI-ToolKit wechat miniprogram cloudbase authentication
skill

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…

TencentCloudBase/CloudBase-AI-ToolKit cloudbase nodejs authentication server-side
skill

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.

pietrozullo/mcp-use mcp mcp-use server-development react
skill

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 …

pietrozullo/mcp-use mcp mcp-use server-development authentication
skill ★ 16

Authenticated API Request Client

Enables making authenticated HTTP requests to external services using API keys and secrets.

agentward-ai/agentward api-client http-requests authentication external-services
skill ★ 598

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.

neondatabase/mcp-server-neon neon-auth v0 vercel mcp
skill ★ 11,620

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…

get-convex/convex-backend convex authentication user-management auth-integration