Go Jwt Middleware
Skill Verified ActiveUse when securing Go HTTP API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth. Integrates github.com/auth0/go-jwt-middleware/v3 for REST APIs receiving access tokens from frontends or mobile apps. Also handles DPoP proof-of-possession token binding. Triggers on jwtmiddleware, go-jwt-middleware, Go API auth, JWT validation, CheckJWT.
To enable developers to easily secure their Go HTTP API endpoints using JWT Bearer token validation and scope checks, leveraging the auth0/go-jwt-middleware library.
Features
- JWT Bearer token validation
- Scope and permission checks
- Stateless authentication
- DPoP proof-of-possession binding
- Integration with auth0/go-jwt-middleware/v3
Use Cases
- Securing REST API endpoints in Go applications
- Implementing stateless authentication for microservices
- Validating access tokens issued by Auth0 for Go backends
- Configuring JWT middleware with custom claims and scopes
Non-Goals
- Securing Go server-rendered web applications (use go-auth0)
- Client-side authentication for Single Page Applications (use auth0-react, etc.)
- Mobile application authentication (use auth0-swift, auth0-android, etc.)
- Authentication for non-Go backends (use framework-specific Auth0 libraries)
Installation
/plugin install auth0@auth0-agent-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Auth0 Express OAuth2 JWT Bearer
100Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support
Auth0 Nuxt
100Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK
Auth0 Spring Boot API
99Use when securing Spring Boot API endpoints with JWT Bearer token validation, scope-based authorization, or DPoP proof-of-possession - integrates com.auth0:auth0-springboot-api SDK for REST APIs receiving access tokens from frontends or mobile apps. Triggers on Auth0AuthenticationFilter, Spring Boot API auth, JWT validation, SecurityFilterChain, hasAuthority SCOPE.
X Twitter Scraper
100Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.
Slack
100Use the Slack tool to react, pin/unpin, send, edit, delete messages, or fetch Slack member info.
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.