Marketplace

auth-firebase

1h ago

Firebase Authentication driver for togo auth

Auth
auth-firebase
Enabled
downloads
0

Firebase Authentication driver for togo auth. The frontend signs in with the Firebase SDK and POSTs the ID token to the backend, which verifies it (RS256 against Google certs) and issues a togo session.

bash
togo install togo-framework/auth
togo install togo-framework/auth-firebase

Env: FIREBASE_PROJECT_ID. Endpoint: POST /api/auth/firebase { id_token }.