What problem does it solve?
This Skill removes the complexity of wiring authentication into a PinMe Worker, so your app can create users, verify sign-in tokens, and read account data without custom guesswork.
Core Features & Use Cases
- User Provisioning: Create email and password users and trigger verification email flows for new accounts.
- Token Verification: Validate Firebase id tokens in your Worker before allowing protected API access.
- User Lookup and Admin Views: Fetch a single user or page through all users for dashboards, support tooling, and account management.
- Frontend Auth Setup: Connect the browser login flow to the correct tenant configuration so tokens are issued to the right project.
- Use Case: A PinMe app needs login, profile lookup, and server-side access control; this Skill provides the exact request patterns and error handling needed to implement that flow safely.
Quick Start
Ask the AI to integrate PinMe auth into your Worker by setting the required environment variables, calling the auth proxy APIs, and wiring the frontend to obtain an id token for server-side verification.