Setup Web Middleware

Builds the Go net/http middleware chain with authentication, authorization (RBAC), CSRF protection, security headers, structured slog logging, and panic recovery. Run before implementing use cases so that feature code can rely on cross-cutting infrastructure. Use when the user asks to "set up middleware", "add auth middleware", "build the middleware layer", "add security headers", "protect my routes", "add login redirect", "set up route guards", or mentions middleware, authentication guard, route protection, CSRF, or RBAC middleware.

nexadevapp Updated

File contents

nexadevapp/nexa-claude-skills-marketplace/tree/main/nexa-claude-go/skills/setup-web-middleware commit 88dcc7d978

Frequently asked questions

npx skillmds@latest add nexadevapp/setup-web-middleware