Describe the feature
Currently, the application does not provide any option to sign up or log in using Google authentication or any other third-party OAuth providers (such as GitHub, Facebook, etc.). Users can only authenticate using the existing method, which limits convenience and accessibility.
Use Case
Many users prefer quick and secure authentication using their existing Google or social accounts. The absence of OAuth-based login makes onboarding slower and may discourage users from signing up.
Proposed Solution
Add support for OAuth-based authentication, starting with:
- Google Sign-In
- (Optional) GitHub / Facebook / LinkedIn authentication
This would allow users to:
- Sign up quickly without creating a new password
- Log in securely using trusted providers
- Improve overall user experience and conversion rate
Alternatives Considered
- Manual email/password authentication only
However, this approach lacks convenience and modern authentication standards.

Describe the feature
Currently, the application does not provide any option to sign up or log in using Google authentication or any other third-party OAuth providers (such as GitHub, Facebook, etc.). Users can only authenticate using the existing method, which limits convenience and accessibility.
Use Case
Many users prefer quick and secure authentication using their existing Google or social accounts. The absence of OAuth-based login makes onboarding slower and may discourage users from signing up.
Proposed Solution
Add support for OAuth-based authentication, starting with:
This would allow users to:
Alternatives Considered
However, this approach lacks convenience and modern authentication standards.