-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication: Implement Google login #103
Copy link
Copy link
Open
Description
Is your feature request related to a problem?
We currently rely on a manual process to share the X-Api key for authorization, which is cumbersome and insecure. This approach creates friction for users and increases the risk of unauthorized access.
Describe the solution you'd like
Implement a full authentication flow using Google social login:
- Allow users to log in via their Gmail ID
- Eliminate the need to share the API key manually
Original issue
Describe the current behavior
- Currently we have only the X-Api key for the authorization, we need to share the api to user manually, to make this dynamic we need to implement the full auth flow.
Describe the enhancement you'd like
- To Resolve this issue we introduce the full auth flow social google login flow where user can logged in via their gmail ID.
Why is this enhancement needed?
- Don't need to share the API key with any of user.
Reactions are currently unavailable