FeatureFuel
20

Google OAuth Does Not Return Separate First Name and Last Name Fields

Source: supabase/supabase#28415 · opened by @theodorosmd
Description: I'm using Supabase for authentication in my project and have integrated Google OAuth for user sign-in. However, I have encountered an issue where the user's first name and last name are not returned as separate fields in the authentication response. Instead, the full name is returned as a single string. Steps to Reproduce: Set up a Supabase project. Integrate Google OAuth following the official documentation. Authenticate using a Google account. Expected Behavior: The authentication response should include separate fields for the user's first name and last name, allowing for easier manipulation and storage of user information. Actual Behavior: The authentication response includes a single name field containing the user's full name. This requires additional parsing to separate the first name and last name. Impact: This issue complicates user management and data handling, especially in applications that require distinct first…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests