Loading...
Loading...
Found 5 Skills
Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows.
Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows.
Use when migrating from existing auth providers (Firebase, Cognito, Supabase, custom auth) to Auth0 - covers bulk user import, gradual migration strategies, code migration patterns, and JWT validation updates
Configure OAuth providers (Google, Apple, Microsoft, Facebook, GitHub, etc.) to work with portless local dev URLs. Use when setting up OAuth redirect URIs, fixing "redirect_uri_mismatch" or "invalid redirect" errors, configuring sign-in providers for local development, or when a provider rejects .localhost subdomains. Triggers include "OAuth not working with portless", "redirect URI mismatch", "Google/Apple/Microsoft sign-in fails locally", "configure OAuth for local dev", or any task involving OAuth callback URLs with portless domains.
Integrate WorkOS AuthKit with Next.js App Router (13+). Server-side rendering required.