This wraps PinMe's Identity Platform auth proxy so your TypeScript Workers can create email/password users, verify id_tokens, and query user info without managing Firebase admin SDKs directly. You get four endpoints: create_user (sends verification emails automatically), verify_token (returns 403 specifically for unverified emails, not 401), get single user, and list users with pagination up to 1000 per page. Everything authenticates with X-API-Key header plus project_name query param, which the proxy maps to your tenant_id before hitting Google Identity Platform. The separation between server API_KEY and public auth_api_key for frontend Firebase init is clean. Useful if you're building on PinMe and want backend auth logic without pulling in heavyweight dependencies.
npx skills add https://github.com/glitternetwork/pinme --skill pinme-auth