Skip to main content
Back to the directory
vercel-labs/portlessSoftware EngineeringFrontend and Design

oauth

OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
935

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/vercel-labs/portless --skill oauth
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, oauth has 935 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: vercel-labs/portless. Canonical URL: https://skills.sh/vercel-labs/portless/oauth.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like : Google and Apple are the strictest. Microsoft and GitHub are more lenient with localhost. Use a valid TLD so the redirect URI passes provider validation: Any TLD in the Public Suffix List works: .dev , .app , .com , .io , etc. Bare TLDs like .dev mean myapp.dev could collide with a real domain. Use a subdomain of a domain you control: This ensures no outbound traffic reaches something you don't own. For teams, set a wildcard DNS record ( *.local.yourcompany.dev -> 127.0.0.1 ) so every developer gets resolution without /etc/hosts .

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does oauth do?

OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains.

Is oauth good?

oauth does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support oauth?

oauth currently lists compatibility with Skills CLI.

Is oauth safe to install?

oauth has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to oauth?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install oauth?

Run the following command to install oauth: npx skills add https://github.com/vercel-labs/portless --skill oauth

Related skills

More from vercel-labs/portless

Related skills

Alternatives in Software Engineering