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

Added support for limiting auth to a specific domain #240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clintonb
Copy link

Description

This change allows Google Auth to only function for the given domain, further ensuring that external users cannot gain access.


🔬 How to test
  1. Set the GOOGLE_AUTH_HOSTED_DOMAIN to a domain.
  2. Attempt to sign in.
  3. Confirm that sign in is only allowed for users of the specified domain.

Changes include
  • Bug fix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Documentation
  • Release
  • Other

This change allows Google Auth to only function for the given domain, further ensuring that external users cannot gain access.
@clintonb clintonb marked this pull request as ready for review March 23, 2024 20:17
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