@firstpick/pi-skill-shoo-auth

skillmaintained

Use when evaluating, implementing, reviewing, or debugging Shoo auth (shoo.dev) Google sign-in in browser apps, including @shoojs/react, @shoojs/auth, hosted shoo.js, Convex custom JWT integration, PKCE callbacks, session checks, and server-side id_token

by · v0.1.4 · published 1d ago

$ pi install npm:@firstpick/pi-skill-shoo-auth
downloads/mo
245
stars
55
last push
14h ago
open issues
0

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

Download trend

707 downloads · last 12 weeks (weekly)

README

Shoo Authentication

Add or troubleshoot Google sign-in through Shoo in a browser application.

Helpful when

  • You are adding Shoo sign-in to a new app.
  • The sign-in callback or session check fails.
  • The browser and server disagree about whether a user is signed in.

What to share with Pi

  • The relevant app and server code
  • The exact sign-in problem or desired flow
  • Error messages with secrets removed

Try asking

Help me add Shoo Google sign-in to this app. Check the callback, session handling, and server-side identity verification.

What you’ll get

  • A clear sign-in flow
  • Likely causes for broken authentication
  • Implementation or fix steps with checks

Keep in mind

The shipped workflow identifies itself as a draft. Verify current Shoo documentation and adoption risk before production use, and never paste passwords, private keys, or live access tokens into the request.

Install

pi install npm:@firstpick/pi-skill-shoo-auth

Restart Pi if the skill does not appear in your current session.

Technical details

See TECHNICAL.md for advanced usage, configuration, compatibility, and limitations.