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

feat(frontend): authenticate with google #82

Merged
merged 9 commits into from
May 24, 2024

Conversation

akizito
Copy link
Contributor

@akizito akizito commented May 19, 2024

Adding google authentication to Nesis.
This introduces a google login button which will allow users to sign in with their google credentials.
Given the recommended way of implementing the google Oauth SDK, the Google button will only display once the google client id is specified in the configurations and the google oath flag is set to true.

akizito and others added 4 commits May 18, 2024 20:38
Synching branch to pick up the latest changes from @mawandm

---------

Co-authored-by: Michael Sekamanya <mawandm@gmail.com>
Co-authored-by: Michael Sekamanya <86433807+mawandm@users.noreply.github.com>
@akizito akizito linked an issue May 19, 2024 that may be closed by this pull request
@akizito akizito requested a review from mawandm May 19, 2024 00:46
@mawandm mawandm changed the title 52 feature authenticate with google feat(frontend): authenticate with google May 19, 2024
@akizito akizito force-pushed the 52-feature-authenticate-with-google branch from ceb19d6 to 846d722 Compare May 24, 2024 03:00
nesis/frontend/server/api/sessions.js Outdated Show resolved Hide resolved
nesis/frontend/package.json Outdated Show resolved Hide resolved
akizito and others added 2 commits May 23, 2024 23:26
Co-authored-by: Michael Sekamanya <86433807+mawandm@users.noreply.github.com>
Co-authored-by: Michael Sekamanya <86433807+mawandm@users.noreply.github.com>
@mawandm mawandm self-requested a review May 24, 2024 03:30
@akizito akizito merged commit 7624464 into main May 24, 2024
2 checks passed
@akizito akizito deleted the 52-feature-authenticate-with-google branch May 24, 2024 03:33
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.

[Feature] Authenticate with Google
2 participants