LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: Authentication

Browse skills that share this tag.

  • github-auth - Set up GitHub authentication using git or gh CLI
    GitHubAuthenticationGitgh-cli

    ★ 6 · Updated 2026-09-19

    Sets up GitHub authentication for agents using git or the gh CLI, covering HTTPS tokens, SSH keys, and detection flows.

    ⚙ Detect available authentication methods⚙ Configure git HTTPS token authentication⚙ Configure git SSH key authentication
  • github-auth - GitHub Authentication Setup
    GitHubAuthenticationGitgh-cli

    ★ 1 · Updated 2026-09-19

    Configures authentication via HTTPS tokens, SSH keys, or gh CLI to interact with GitHub repositories, PRs, issues, and CI.

    ⚙ Check GitHub authentication status⚙ Configure HTTPS personal access token⚙ Generate and configure SSH keys
  • github-auth - GitHub Authentication Setup
    GitHubAuthenticationGitgh-cli

    ★ 0 · Updated 2026-09-19

    Sets up GitHub authentication using HTTPS personal access tokens, SSH keys, or the gh CLI.

    ⚙ Check authentication status⚙ Configure Git credential helper⚙ Generate SSH key
  • azure-identity-dotnet - Azure Identity authentication library for .NET
    AzureAuthenticationIdentitySecurity

    ★ 18 · Updated 2026-06-15

    Authentication library for Azure SDK clients using Microsoft Entra ID

    ⚙ authenticate with Azure services⚙ configure managed identity⚙ use service principal credentials
  • laravel-permission - Laravel Permission RBAC
    RBACAuthenticationAuthorizationLaravel

    ★ 602 · Updated 2026-05-28

    Manage roles and permissions for Laravel applications

    ⚙ assign roles⚙ check permissions⚙ configure middleware
  • base44-sdk - Base44 JavaScript SDK
    Web DevelopmentAI IntegrationData ManagementAuthentication

    ★ 18 · Updated 2026-05-11

    Build apps on Base44 platform using JavaScript SDK

    ⚙ create records⚙ read data⚙ update records
  • api-documenter - Modern API Documentation Specialist
    API DocumentationOpenAPIDeveloper PortalSDK Generation

    ★ 57 · Updated 2026-05-09

    Create interactive API docs, generate SDKs, and build developer portals using OpenAPI 3.1 and AI-powered tools

    ⚙ create OpenAPI specifications⚙ create AsyncAPI specifications⚙ validate API specifications
  • springboot-security - Spring Boot Security Best Practices
    Spring SecurityAuthenticationAuthorizationInput Validation

    ★ 148 · Updated 2026-05-09

    Implements authentication, authorization, validation, CSRF protection, and security headers

    ⚙ configure JWT authentication⚙ implement authorization rules⚙ validate user input
  • configuring-better-auth - Better Auth OAuth/OIDC Configuration
    OAuthOIDCSSOAuthentication

    ★ 602 · Updated 2026-03-26

    Implement OAuth 2.1/OIDC authentication using Better Auth as auth server or SSO client

    ⚙ Set up auth server⚙ Configure OIDC provider⚙ Register OAuth client
  • securing-auth-routes - Securing Auth Routes with CSRF and Rate Limiting
    Web SecurityAPI SecurityCSRF ProtectionRate Limiting

    ★ 1 · Updated 2026-03-26

    Protects authentication endpoints with CSRF protection, rate limiting, HTTPS enforcement, and brute force mitigation

    ⚙ Generate CSRF token⚙ Validate CSRF token⚙ Rate limit endpoints
  • better-auth - TypeScript Authentication Framework
    AuthenticationAuthorizationTypeScriptOAuth

    ★ 16 · Updated 2026-03-23

    Framework-agnostic TypeScript authentication and authorization with email/password, OAuth, 2FA, passkeys, and session management

    ⚙ Implement authentication⚙ Implement authorization⚙ Sign up users
  • oauth21-token-endpoint - OAuth 2.1 Token Endpoint Implementation
    OAuth 2.1Token EndpointAuthenticationAuthorization

    ★ 602 · Updated 2026-03-22

    OAuth 2.1 Token Endpoint implementation with grant types, CORS, and error handling.

    ⚙ Accept token requests⚙ Authenticate clients⚙ Validate grant types
  • ciba - CIBA Authentication Development
    CIBAAuthenticationFCMPush Notification

    ★ 602 · Updated 2026-03-19

    CIBA authentication flow development with Poll/Push/Ping modes

    ⚙ process authentication request⚙ resolve login hint⚙ send FCM notification
  • nextjs-stack - Next.js Stack Development Documentation
    Next.jsPrismaAuthenticationDocumentation

    ★ 602 · Updated 2026-02-12

    Provides complete local documentation for Next.js 16+ with App Router, Prisma 7, and Better Auth

    ⚙ provide documentation references⚙ show quick reference guides⚙ list feature paths
  • api-connector - Connect and manage REST API integrations with automatic authentication
    APIRESTIntegrationHTTP

    ★ 816 · Updated 2026-02-10

    Connect to REST APIs, manage authentication, and process responses

    ⚙ Make GET requests⚙ Make POST requests⚙ Make PUT requests
  • MCP OAuth Cloudflare - OAuth authentication for MCP servers on Cloudflare Workers
    OAuthCloudflareMCPAuthentication

    ★ 1,018 · Updated 2026-02-09

    Adds OAuth authentication to MCP servers deployed on Cloudflare Workers

    ⚙ generate OAuth tokens⚙ handle Google authentication⚙ store encrypted tokens
  • fastapi - Build Production FastAPI APIs with Python
    PythonAPI DevelopmentWeb FrameworkAuthentication

    ★ 1,018 · Updated 2026-02-09

    Create Python APIs using FastAPI, Pydantic v2, SQLAlchemy 2.0 async with JWT authentication and domain-based project structure

    ⚙ create FastAPI applications⚙ configure JWT authentication⚙ setup database connections