What to build
Implement the Google OAuth sign-in flow under /auth/google/*. On successful callback, issue a JWT (or server-side session token) that encodes user identity and org membership. Add a validation middleware that rejects missing/expired tokens with a clear error. Expose /api/me to verify session state.
Acceptance criteria
Blocked by
What to build
Implement the Google OAuth sign-in flow under
/auth/google/*. On successful callback, issue a JWT (or server-side session token) that encodes user identity and org membership. Add a validation middleware that rejects missing/expired tokens with a clear error. Expose/api/meto verify session state.Acceptance criteria
/api/mereturns authenticated user identity.Blocked by