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.
$npx -y skills add vercel-labs/portless --skill oauthInstalls into the current project.
Run `npx skills use "https://github.com/vercel-labs/portless" --skill "vercel-labs/portless/oauth"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vercel-labs/portless" that are relevant to the current task. Run `npx skills add "https://github.com/vercel-labs/portless"` and select the relevant skills, then follow their instructions.