Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Middleware and Google OAuth Authentication #24

Open
wants to merge 2 commits into
base: go-backend
Choose a base branch
from

Conversation

muqeeth26832
Copy link

This pull request introduces middleware functionality to the application and implements Google OAuth for user authentication. Key features include:

Middleware Integration: Added middleware to enhance request handling and streamline authentication processes.
Google OAuth Authentication: Implemented OAuth authentication, enabling users to securely sign in with their Google accounts.
todos:
Database Connection Testing: Included preliminary tests for the database connection to ensure that user insertion and retrieval functionalities are operational.
Next steps include verifying the integrity of database operations, specifically the ability to insert and find users in the database.
Also test cookies are the being set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant