Gista.js

Google OAuth

Gista.js uses Google Sign-In for account access

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:

What the app does

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.

Why Google data is requested

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.

Data requested from Google

When a user chooses Continue with Google, Gista.js requests the standard OpenID Connect scopes: openid, profile, and email.

  • Your Google account email address
  • Your name or basic profile name
  • Your Google account identifier
  • Your profile image URL, if available

What Gista.js does not access

Gista.js does not request access to Google Drive, Gmail, Calendar, contacts, or any other Google user data beyond basic sign-in profile information.

How the data is used

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.

Public links

Additional information about data handling is available in the Privacy Policy and Terms of Use.