AI AGENT ADDONS

Setting up OAuth providers like Google, Apple, or Microsoft for local development often fails because they reject .localhost subdomains. This skill helps you fix redirect_uri_mismatch errors by using a real, valid domain with a tool called portless. You can serve your app on a domain like myapp.dev instead of myapp.localhost.

Portless makes this simple. Just use the --tld option to pick a top-level domain that providers accept. It also handles HTTPS automatically for strict providers like Apple and Google. This way you can test sign-in flows locally without any hassle.

Developers who work with authentication, especially on OAuth 2.0 or Sign In with Apple, will find this skill a time-saver. It works for any provider that validates redirect URIs, including GitHub, Facebook, and Microsoft Entra.

Add Oauth skill to your workflow

Global

mkdir -p ~/.claude/skills/oauth

Project

mkdir -p .claude/skills/oauth

Source Repository

Stars
9,983
Forks
322
Watchers
9,983
License
Apache-2.0
Last Push
1 month ago
Created
6 months ago