Marketplace
auth-firebase
1h agoFirebase Authentication driver for togo auth
Auth
auth-firebase
Enableddownloads
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-firebaseEnv: FIREBASE_PROJECT_ID. Endpoint: POST /api/auth/firebase { id_token }.