your project Route Tester Skill Purpose This skill provides patterns for testing authenticated routes in the your project using cookie-based JWT authentication. When to Use This Skill - Testing new API endpoints - Validating route functionality after changes - Debugging authentication issues - Testing POST/PUT/DELETE operations - Verifying request/response data your project Authentication Overview The your project uses: - Keycloak for SSO (realm: yourRealm) - Cookie-based JWT tokens (not Bearer headers) - Cookie name : - JWT signing : Using secret from Testing Methods Method 1: test-auth-rout…