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: JWT

Browse skills that share this tag.

  • fastapi-expert - FastAPI and Pydantic V2 Async API Development
    FastAPIPydanticAsync PythonREST API

    ★ 2 · Updated 2026-09-17

    Build high-performance async Python APIs using FastAPI, Pydantic V2, async SQLAlchemy, and JWT authentication.

    ⚙ Create REST endpoints⚙ Define Pydantic V2 schemas⚙ Set up async database operations
  • fastapi-auth-patterns - Implement and Validate FastAPI Authentication Strategies
    FastAPIauthenticationJWTOAuth2

    ★ 602 · Updated 2026-06-30

    Implement and validate FastAPI authentication systems including JWT tokens, OAuth2 password flows, OAuth2 scopes, and Supabase integration.

    ⚙ Implement JWT token authentication⚙ Configure OAuth2 password flow⚙ Define OAuth2 permission scopes
  • scaffolding-fastapi-dapr - FastAPI + Dapr Backend Scaffold
    FastAPIBackendMicroservicesDapr

    ★ 63 · Updated 2026-05-28

    Generate FastAPI backends with SQLModel and Dapr integration

    ⚙ create FastAPI project⚙ define SQLModel schemas⚙ configure async database
  • .claude/skills/authentication-flows/SKILL.md - OAuth 2.0, JWT, API Key, mTLS auth
    OAuth 2.0JWTAPI KeymTLS

    ★ 18 · Updated 2026-03-26

    Provides implementation patterns and security best practices for OAuth 2.0, JWT, API Key, and mTLS authentication

    ⚙ implement OAuth 2.0 authorization code flow⚙ implement OAuth 2.0 client credentials flow⚙ implement OAuth 2.0 device code flow
  • .claude/skills/authentication-flows/SKILL.md - API Authentication Implementation Guide
    authenticationOAuth 2.0JWTAPI security

    ★ 602 · Updated 2026-03-26

    Provides implementation patterns for OAuth 2.0, JWT, API Key, and mTLS authentication methods

    ⚙ implement OAuth 2.0 flow⚙ generate JWT tokens⚙ manage API keys
  • exchange-security - Exchange Platform Security Engineer
    exchangesecurityauthenticationauthorization

    ★ 0 · Updated 2026-03-22

    Implements JWT, Spring Security, OAuth2, RBAC for financial apps

    ⚙ implement authentication flows⚙ configure security policies⚙ review code vulnerabilities
  • oauth-integrations - OAuth Integrations for Edge Environments
    authenticationOAuth 2.0GitHubMicrosoft Entra

    ★ 18 · Updated 2026-03-19

    Implement OAuth 2.0 authentication with GitHub and Microsoft in Cloudflare Workers and edge environments

    ⚙ Implement GitHub OAuth⚙ Implement Microsoft OAuth⚙ Handle OAuth callbacks
  • fastapi - Build REST APIs with FastAPI
    web frameworkREST APIPythonvalidation

    ★ 602 · Updated 2026-03-10

    Python framework for building REST APIs with validation, dependencies, and security

    ⚙ create API endpoints⚙ validate request parameters⚙ define data models
  • security-expert - Expert API Security, Authentication and Authorization Guidance
    securityauthenticationauthorizationAPI

    ★ 0 · Updated 2026-02-18

    Provides expert guidance for API security, authentication, authorization, and identity management

    ⚙ load security references⚙ conduct security reviews⚙ debug authentication failures
  • auth-skill - Secure Authentication System Implementation
    authenticationsecurityJWTpassword-hashing

    ★ 0 · Updated 2026-02-13

    Implement secure authentication systems including signup, signin, password hashing, and JWT tokens

    ⚙ Collect user registration information⚙ Validate input data⚙ Hash passwords securely
  • auth-skill - Secure Authentication System Implementation
    authenticationsecurityuser-managementJWT

    ★ 0 · Updated 2026-02-12

    Implement authentication systems with signup, signin, password hashing, and JWT tokens

    ⚙ collect user email and password⚙ hash user passwords⚙ verify email existence
  • azure-auth - Microsoft Entra ID Authentication for React and Cloudflare Workers
    authenticationAzureReactCloudflare

    ★ 1,018 · Updated 2026-02-09

    Implements Microsoft Entra ID authentication for React SPAs using MSAL.js and Cloudflare Workers JWT validation

    ⚙ configure MSAL.js in React⚙ handle Azure AD authentication redirects⚙ validate JWT tokens in Workers