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

#147 Implementing google authentication #186

Closed
wants to merge 6 commits into from
Closed

Conversation

kennyg37
Copy link
Contributor

@kennyg37 kennyg37 commented Oct 7, 2024

PR Description

This PR Allows users to Login/Signup using Google authentication

Description of tasks that were expected to be completed

  • Fix the google login button
  • Create an additional page google users go through to add more of their data

How has this been tested?

  • Clone repo
  • Checkout branch fix-google-auth
  • Make sure that you set the environment variables referring to .env.example
  • Run npm install, then npm run dev to check if the app is running successfully

Credentials

CLIENT_ID: (Ask devops)

Track PR (issue number & link)

#147

Screenshots

1.Login page button working click and choose an account
Screenshot 2024-10-11 140045
Screenshot 2024-10-11 114751

  1. If it's a user's first time using google authentication
    Screenshot 2024-10-11 114814

3.After filling in the data the user is created successfully you can now access the rest of the application
Screenshot 2024-10-11 114840

@kennyg37 kennyg37 added WIP work in progress BYTE SWAT BYTE SWAT In progress labels Oct 7, 2024
Copy link

vercel bot commented Oct 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
atlp-devpulse-fn ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 0:05am

@tysepa tysepa self-requested a review October 7, 2024 18:01
Copy link
Collaborator

@tysepa tysepa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please solve that conflict

Copy link

codeclimate bot commented Oct 15, 2024

Code Climate has analyzed commit ceb437c and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 2

View more on Code Climate.

Copy link
Collaborator

@tysepa tysepa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BYTE SWAT BYTE SWAT In progress WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Google authentication
4 participants