
Google OAuth
Gista.js is an open-source starter kit for building and shipping web apps with AI. It includes account signup, email/password login, optional Google login, docs, and a learn track for building production-ready apps.
This is the Google Sign-In button used by Gista.js:
Gista.js helps users create an account, sign in, and use the app's authenticated features. Google Sign-In is offered as a faster alternative to creating a password.
Google account data is used only to authenticate the user, create or connect their Gista.js account, and show basic account identity inside the app.
When a user chooses Continue with Google, Gista.js requests the standard OpenID Connect scopes: openid, profile, and email.
Gista.js does not request access to Google Drive, Gmail, Calendar, contacts, or any other Google user data beyond basic sign-in profile information.
The returned profile information is used to sign the user in, create their account if it does not exist yet, or link Google to an existing account. It is not used to post, send email, or access other Google services.
Additional information about data handling is available in the Privacy Policy and Terms of Use.