|
1 | 1 | --- |
2 | 2 | name: auth0 |
3 | | -description: Use when adding, fixing, or improving authentication in any app — login, logout, signup, route protection, JWT/access token validation, refresh token rotation, MFA, passkeys, step-up auth, SSO, RBAC, Organizations for B2B multi-tenant SaaS, custom login domains, ACUL, or Universal Login branding. Use even if Auth0 isn't mentioned — any time a developer asks how to authenticate users, secure an API, debug a 401, CORS error, callback URL mismatch, redirect loop, or 429 rate limit, or migrate from Clerk, NextAuth.js, Firebase Auth, Supabase, Cognito, or Passport.js. Covers React, Next.js, Vue, Nuxt, Angular, Express, Flask, FastAPI, Spring Boot, Go, Swift, Android, Flutter, PHP, Laravel, ASP.NET Core, React Native, Expo, Ionic, and all Auth0 SDKs. |
| 3 | +description: Use when adding, fixing, or improving authentication in any app — login, logout, signup, route protection, JWT/access token validation, refresh token rotation, MFA, passkeys, step-up auth, SSO, RBAC, Organizations for B2B multi-tenant SaaS, custom login domains, ACUL, or Universal Login branding. Use to audit a tenant (CheckMate) or fix findings. Use even if Auth0 isn't mentioned — any time a developer asks how to authenticate users, secure an API, debug a 401, CORS error, callback URL mismatch, redirect loop, or 429 rate limit, or migrate from Clerk, NextAuth.js, Firebase, Supabase, Cognito, or Passport.js. Covers React, Next.js, Vue, Nuxt, Angular, Express, Flask, FastAPI, Spring Boot, Go, Swift, Android, Flutter, PHP, Laravel, ASP.NET Core, React Native, Expo, Ionic, and all Auth0 SDKs. |
4 | 4 | license: Apache-2.0 |
5 | 5 | metadata: |
6 | 6 | author: Auth0 <support@auth0.com> |
@@ -45,6 +45,7 @@ section heading (`### feature:mfa`) listing which reference files to load. |
45 | 45 | | Build fully custom login/signup screens with your own code or framework, beyond what theme settings allow. *Auth0: Advanced Customization for Universal Login (ACUL).* | **feature:acul** | |
46 | 46 | | Change how the login page looks — logo, colors, fonts, background, overall theme. *Auth0: branding, Universal Login customization.* | **feature:branding** | |
47 | 47 | | Bind tokens to the client so a stolen or leaked token can't be reused/replayed from another machine. *Auth0: DPoP (Demonstrating Proof-of-Possession), sender-constrained tokens.* | **feature:dpop** | |
| 48 | +| Audit an existing Auth0 tenant for security & configuration issues and produce a report — run CheckMate, get a tenant configuration / platform development review, then optionally fix findings via the CLI. *Auth0: tenant audit, CheckMate.* | **audit** | |
48 | 49 | | Ask for best practices, "is this secure?", how to handle tokens safely, "how should I do X". *Auth0: guidance / security.* | **guidance** | |
49 | 50 | | Hit an error: 401 Unauthorized, 403 Forbidden, CORS, callback URL mismatch, redirect loop. *Auth0: debugging.* | **debug** | |
50 | 51 | | Hit rate limiting: 429 Too Many Requests, quota exceeded. *Auth0: rate limits.* | **debug:rate-limit** | |
@@ -339,6 +340,15 @@ Read: references/tooling-{tooling}.md |
339 | 340 | If framework detected: Read references/framework-{framework}.md |
340 | 341 | ``` |
341 | 342 |
|
| 343 | +### audit |
| 344 | +``` |
| 345 | +Read: references/feature-audit.md |
| 346 | +Read: references/feature-audit-pricing.md |
| 347 | +Read: references/feature-audit-remediation.md |
| 348 | +Read: references/tooling-{tooling}.md |
| 349 | +Apply findings only with per-command confirmation; verify each change by re-fetch. |
| 350 | +``` |
| 351 | + |
342 | 352 | ### upgrade-sdk |
343 | 353 | ``` |
344 | 354 | Read: references/framework-{framework}.md |
|
0 commit comments