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: add google oauth (zklogin) behind feature flag #155

Merged
merged 5 commits into from
Jan 21, 2025

Conversation

Cifko
Copy link
Collaborator

@Cifko Cifko commented Jan 21, 2025

Add feature flag for google oauth

@Cifko Cifko requested a review from jorgeantonio21 January 21, 2025 12:12
Copy link
Contributor

@jorgeantonio21 jorgeantonio21 left a comment

Choose a reason for hiding this comment

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

Please add proper instructions to the readme. Also update the dockerfile/docker-compose so that when the profile cloud is enable, it uses the feature flag for google auth. Document this on the readme, as well

Copy link
Contributor

@jorgeantonio21 jorgeantonio21 left a comment

Choose a reason for hiding this comment

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

LGTM

Left two comments

README.md Outdated Show resolved Hide resolved
@@ -114,6 +114,7 @@ service_bind_address = "0.0.0.0:8081"
secret_key = "secret_key" # Secret key for the tokens generation
access_token_lifetime = 1 # In minutes
refresh_token_lifetime = 1 # In days
google_client_id="" # Google client id for google login (In case google-oauth feature is enabled)
Copy link
Contributor

Choose a reason for hiding this comment

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

The comments are good but we might want to make it more explicilty clear that it is optional

@jorgeantonio21 jorgeantonio21 merged commit 251c56e into main Jan 21, 2025
1 check passed
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.

2 participants