How do I let users sign in with Google?
Configure your Google OAuth Client ID in your project settings, render Google's Sign-In button in your app, and pass the returned credential to Forte's callback endpoint. Forte verifies the token, creates or links the user, and returns a session token.
Google contact methods count as verified from the start, and if a user with the same email already exists in the project, the Google account is linked to them instead of creating a duplicate.